# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/

# Test / type / coverage caches
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtualenvs
.venv/
venv/

# Local LLM config (never commit credentials)
config/llm.json

# OS
.DS_Store
