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

# Local reports/downloads
.cache/
reports/
downloads/
*.part
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal

# Editors/OS
.DS_Store
.idea/
.vscode/
