__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
*.egg

# AI agent local state
.claude/
.codex/
.Codex/
.agents/

# Scratch / temporary files
.tmp/
.research/
scratch/
tmp/
temp/

.venv/
venv/
env/
ENV/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

.env
.env.local
*.log

.vscode/
.idea/
*.swp
.DS_Store

# Wave E - gitignore hardening
Thumbs.db
.python-version
