Initial commit

This commit is contained in:
2026-04-30 20:56:52 +02:00
commit bec0f88168
13 changed files with 478 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Virtual envs
.venv/
venv/
env/
# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Local config & runtime data
config.toml
.env
data/
*.db
*.db-journal
*.db-wal
*.db-shm
# Editors
.vscode/
.idea/
*.swp