first commit

This commit is contained in:
2026-01-12 14:09:28 +01:00
commit 2f4d41092c
12 changed files with 2647 additions and 0 deletions

28
.dockerignore Normal file
View File

@@ -0,0 +1,28 @@
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
venv/
env/
ENV/
# Data directory (will be mounted as volume)
data/
# Git
.git/
.gitignore
# Documentation
README.md
# IDE
.vscode/
.idea/
# Other
*.log
.DS_Store