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

# Virtual environments
.venv/
venv/

# uv

# Testing
.coverage
htmlcov/
.pytest_cache/
.hypothesis/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Secrets & credentials
.env
.env.*
.envrc
*.pem
*.key

# OS
.DS_Store
Thumbs.db

# DBSprout runtime
.dbsprout/
seeds/
models/*.gguf

# Config with secrets (keep dbsprout.toml template, ignore user overrides)
dbsprout.local.toml
