# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info *.egg # Tool artifacts (pytest, ruff, ty, coverage all write here) .cache/ # Legacy artifact locations (in case tools run outside pyproject config) .pytest_cache/ .ruff_cache/ .ty_cache/ htmlcov/ .coverage coverage.xml # Virtual environments .venv .venv-backend .env .env.local *.log logs/ .bivvy .cursor # Serena IDE configuration .serena/ # Documentation and session artifacts .docs/ .full-review/ docs/plans/ docs/sessions/ # Test planning documents DESTRUCTIVE_ACTIONS.md # Google OAuth client secrets client_secret_*.apps.googleusercontent.com.json web-ui/frontend/node_modules web-ui/backend/.venv-backend/ .pnpm-store/