__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.cache/
.pytest_cache/
.codegraph/
.codegraphinclude
.ix/
.ruff_cache/
.sniper/

# Build artifacts
build/
dist/
*.egg
*.tar.gz
*.whl

# OS/editor detritus
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/

# Secrets & environment
.env
.env.*
*.local

# Mypy cache
.mypy_cache/

# Hypothesis testing cache
.hypothesis/

# Logs
*.log

# AI annotation proposals (RNA layer — reviewed before applying as DNA)
.annotations/

# Agentic dev artifacts — never publish these
AGENTS.md
references/
.cursor/
.claude/
.agents/

.coverage
