.venv/ __pycache__/ .pytest_cache/ *.egg-info/ .mypy_cache/ .ruff_cache/ node_modules/ dist/ coverage/ test-results/ playwright-report/ .env *.db *.sqlite *.sqlite3 data/ backups/ .tmp/ .DS_Store # Runtime SQLite data (bind-mounted into backend /data) data/*.db data/*.db-* data/backups/ rescue-db/ backend/data/*.db backend/data/*.db-* *.pyc frontend/dist/ frontend/test-results/