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

# Virtual environments
.venv/
venv/
env/

# Testing / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Scribe local state & data (per-user, never commit)
.scribe/
scribe-workspace/
*.lance/
*.db

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store

# Local config with real endpoints/keys
config/config.toml
