initial commit

This commit is contained in:
2026-02-12 18:45:10 +01:00
commit be7bbba456
42 changed files with 3767 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Byte-compiled
__pycache__/
*.py[cod]
# Virtual env
venv/
.venv/
# Environment
.env
*.db
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Test artifacts
test.db
.pytest_cache/
htmlcov/
.coverage
# Logs
logs/