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

# App runtime
data/
app.log
openrouter_key.txt
*.db
*.sqlite

# Test / CI
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/