# Caches
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/
.env
.envrc

# Packaging
dist/
build/
*.egg-info/

# Editor / OS / agent scratch
.DS_Store
.claude/
.idea/
.vscode/
