.git .env .env.* !.env.example !.env.production.example __pycache__/ *.py[cod] *.pyo .pytest_cache/ .ruff_cache/ .mypy_cache/ .coverage .venv/ backend/ storage/ reports/ uploads/ *.db *.sqlite *.sqlite3 *.log *.pdf frontend/ docs/ demo_frontend/ tests/ scripts/*.ps1