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

# Config holding the user's own LLM API keys — NEVER commit
.twlegalrag/
config.toml
*.local.toml
.env

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