Initial commit

This commit is contained in:
2025-05-25 22:35:06 +02:00
commit f31fd9b973
12 changed files with 2015 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Data
data/
config.yaml