# Environment
.env
.env.local
.env.*.local

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

# Testing
.pytest_cache/
.coverage

# Generated output
research-output/
run-logs/

# Armature sessions
.armature/

# Claude Code local state
.claude/

# Generated HTML reports in repo root
/*.html

# macOS
.DS_Store

# Secrets
*.pem
*.key