first commit

This commit is contained in:
Stefan Hacker 2026-04-11 14:50:45 +02:00
commit d4f7e90d0c
1 changed files with 43 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@ -0,0 +1,43 @@
# Environment
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
venv/
.venv/
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# Data directory (runtime)
data/
# Node / Frontend
frontend/node_modules/
frontend/dist/
# Production build in backend
backend/static/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log