# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.coverage
.pytest_cache/
coverage.xml
*.cover
*.py,cover
.hypothesis/
.tox/
htmlcov/

# Documentation
docs/_build/
.readthedocs.yml

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Project specific
data/
logs/
config/config.yaml.local
*.log

# Temporary files
*.tmp
*.temp
.cache/

# uv
.uv/

# OAuth credentials - NEVER commit these!
client_secret*.json
*_token.json
google_drive_token.json

# Environment files - NEVER commit these!
.env
.env.*
!.env.example

# Package building
twine-keyring
.twine/

# Security reports
gl-sast-report.json
bandit-report.json
safety-report.json