# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/

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

# --- Test / coverage / type-check / lint caches ---
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.import_linter_cache/
.tox/
.nox/

# --- Docs build output ---
site/

# --- Editors / OS ---
.vscode/
.idea/
*.swp
.DS_Store

# --- Claude Code local settings (project-shared settings.json is tracked) ---
.claude/settings.local.json
