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

# venv
.venv/
venv/
env/

# pytest / mypy / ruff caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Local config / secrets
.env
.env.*
*.local
test.sh
test_*.sh
run_*.sh

# Claude Code harness state — never commit
.claude/
