# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environment
.venv/

# Secrets
.env

# Tooling caches (mypy, pytest, ruff, coverage)
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Local-only files
.codex
temp.py
CLAUDE.md
.vscode/