# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# --- Environment / secrets ---
.env
.env.*
!.env.example

# --- Planning / agent pipeline state (committed on demand with `git add -f .agent/...`) ---
.agent/

# --- Frontend build artifacts (sources live in frontend/, builds are local-only) ---
node_modules/
frontend/dist/

# --- Logs & misc ---
*.log
.DS_Store
Thumbs.db
