Initial commit.

This commit is contained in:
jupfi 2024-02-07 16:01:14 +01:00
commit 4f0be02c68
6 changed files with 56 additions and 0 deletions

56
.gitignore vendored Normal file
View file

@ -0,0 +1,56 @@
# Compiled object files
*.o
*.obj
*.lo
# Linked and compiled binary files (executables)
bin/
*.so
*.a
*.out
*.exe
# Autoconf and Automake generated files
config.h
config.h.in
config.status
autom4te.cache/
Makefile
*.m4
*.autosave
# Dependency files generated by gcc
*.d
.deps/
.dirstamp
# Archive files
*.tar
*.tar.*
*.tgz
*.zip
# Backup files
*~
.*.swp
*.bak
*.orig
# OS generated files
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Editors' temporary files
.vscode/
*.sublime*
.idea/
*.swp
*.*~
# Log files
*.log
# Data
data/

0
README.md Normal file
View file

0
pyproject.toml Normal file
View file

View file

View file

View file