This commit is contained in:
2026-02-21 16:55:10 +01:00
commit 1b8bf79d46
49 changed files with 4347 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
.venv/
env/
# SQLite
*.db
*.sqlite3
# Backend data
backend/data/
# Node / Frontend
node_modules/
frontend/dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment
.env
# OS
.DS_Store
Thumbs.db
# pytest
.pytest_cache/
htmlcov/
.coverage
# Vite
*.local