# macOS
.DS_Store
.AppleDouble
.LSOverride

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Environments
.env
.venv
venv/
ENV/

# Tools
.mypy_cache/
.ruff_cache/

# mkdocs
/site

# IDE settings
.vscode/
.idea/

# misc
/debug

# Claude Code — local-only, not shared
.claude/settings.local.json
.claude/worktrees/
