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

# Virtual environment
.venv/

# Google Sheets OAuth credentials
**/credentials.json
**/token.json
gdrive_audit.log

# OS
.DS_Store
Thumbs.db

# Runtime caches
.agents/cache/

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