# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Vendored (dev only)
.vendors/

# Secrets
.env
.env.*

# Models (too large for git)
*.gguf
models/*.gguf

# OS
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

plans/
plans/
