.claude/settings.local.json
.claude/.credentials*

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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Packaging / tooling
.ruff_cache/
.mypy_cache/

# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/

# Env
.env
.env.*

# uv lockfile (not committed for a library)
uv.lock
