# venv
.venv/
venv/

# Python artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

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

# SQLite databases: never in git, anywhere.
# These are real Open WebUI databases (password hashes, chat history, API keys).
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3

# scratch diffs / PR dumps
pr_*.txt

# editor
.vscode/
.idea/
*.swp
.DS_Store

# secrets / logs
.env
*.log
run*.log
claude_run.*
