initial commit

This commit is contained in:
flo-eberle
2026-02-15 10:04:41 +01:00
commit 1819779aac
20 changed files with 1078 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local data
data/*.csv
# Environment variables
.env
.env.local
.env.production
# Docker
.dockerignore