# Python cache / bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
.env

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
repo-wt-validate/
llama.cpp/

# OS / editor noise
.DS_Store
.vscode/
.idea/

# Local model and HF cache (outside repo defaults, kept here for safety)
*.gguf
