.DS_Store

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

# Local config/secrets
.env
*.db
*.sqlite3
*.sqlite3-*
