# Runtime state /data/ /logs/ *.db *.db-* *.sqlite *.sqlite-* # Generated frontend build /static/ # Python /backend/.venv/ __pycache__/ *.py[cod] .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Node/Vite /frontend/node_modules/ /frontend/dist/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Local/editor noise .DS_Store Thumbs.db .idea/ .vscode/ *.swp *.swo # Environment/secrets .env .env.* !.env.example