# Editor / IDE / OS
.DS_STORE
.DS_Store
.vscode/
.cursor/
.idea/
.claude/

# Python bytecode
**/*.pyc
**/__pycache__

# Virtual envs + lockfiles
.venv/
uv.lock

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Build artifacts
build/
dist/
*.egg-info/
src/*.egg-info/

# Docs build
site/

# Coverage
.coverage
coverage.xml
htmlcov/

# Example project artifacts
examples/**/db.sqlite3
examples/**/.venv/
