# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
*.log
.hypothesis/

# Virtual environments
venv/
.env
.env.*

# VS Code
.vscode/

# macOS
.DS_Store

# PyCharm
.idea/

# Test and coverage
.coverage
htmlcov/
.tox/
.pytest_cache/

# Node.js (if any frontend in repo)
node_modules/


# Misc
*.sqlite3
*.db
*.b64
# Ignore local config
local_settings.py

# Ignore gcp-credentials.json
gcp-credentials.json