# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/
.python-version

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
*.cover
*.py,cover
.cache

# Type checking
.mypy_cache/
.dmypy.json
.pyre/
.ruff_cache/

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

# Project-local
.skills-radar/
*.log
local_*.yaml
*.bak-*

# ChromaDB / model caches
chroma_db/
.chroma/
.sentence-transformers/

# Build artifacts
*.whl
*.tar.gz

# uv
uv.lock
.uv/

# machine-local deployment files
docker-compose.override.yml
config.local.yaml
