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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Environment variables
.env
.env.*
!.env.example

# Generated Chroma index / dataset cache (default persist dir is ~/.slugline-mcp,
# but ignore common in-repo locations too in case of local overrides)
.slugline-mcp/
chroma_db/
*.sqlite3
/data/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
