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

# Virtual environments
venv/
env/
ENV/
.venv/

# Environment files (secrets should be in Cloud Run env vars)
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo

# Git
.git/
.gitignore

# Documentation
README.md

# OS
.DS_Store
Thumbs.db

# Streamlit cache
.streamlit/

# Testing
*.log
