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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.dmypy.json

# Editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Secrets
.env
.env.*
!.env.example

# Local agent configs (Claude Code, etc.)
.claude/

# Internal planning docs — not part of the published package
PLAN.md
