# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environment
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.secrets

# Codev (transient state — protocols and resources are committed)
.agent-farm/
.consult/
codev/branches/
codev/maintain/
codev/consult-types/
codev/plans/
codev/projects/
codev/reviews/
codev/roles/
codev/specs/
af-config.json
.architect-role.md
.builder-prompt.txt
.builder-role.md
.builder-start.sh
.builders/
*.codev-new

# Claude Code (machine-local settings)
.claude/
