# env / secrets
.env

# editors
.vscode
.idea

# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/

# build / dist
dist/
build/

# virtual environments
.venv/

# tool caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.cache/

# coverage
.coverage
htmlcov/

# Claude Code
.claude/
