# Python
__pycache__/
*.py[cod]
*.so

# Environment
.env
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# Google Credentials (if they are files)
*.json
!config.json   # If you have non-secret configs, un-ignore them, but be careful!
google-credentials.json
