# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environment
.venv/
venv/

# Editor / tooling
.claude/
.env
*.log

# Runtime lock files
*.lock

# Local runtime config (machine-specific; may hold an api_key).
# The tracked template is llama.cpp.config.example — copy it to get started.
llama.cpp.config
