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

# Environments
.venv/
.env

# Tooling caches
.pytest_cache/
.ruff_cache/

# Local assistant/session state: never tracked, never published
.claude/

# OS
Thumbs.db
.DS_Store
