# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.pdb
*.pyc
*.log

# Virtual environments (optional, depending on setup)
venv/
.venv/
env/
.env/

# Environment files (only keep in dev)
.env
.env.*

# Google Drive credential files (refresh token, client secret, service account key)
token.json
client_secret.json
service_account.json

# MacOS system files
.DS_Store

# VSCode settings (optional, for clean repos)
.vscode/

# Node cache (if used in frontend components)
node_modules/

# Jupyter checkpoints (if ever using notebooks for debug)
.ipynb_checkpoints/

# ComfyUI cache/output if relevant
output/
temp/
logs/

# Editor/IDE backups (may capture secrets from edited files like .env)
*.bak
*.backup
*~
*.swp
*.swo
.idea/

# Encrypted artifacts from local test runs
*.enc

# Stray credential material
*.key
*.pem
*.p12
*.pfx

# Claude Code session data
.claude/

# Python test artifacts
.pytest_cache/
.coverage
htmlcov/

# Python build artifacts
*.egg-info/
build/
dist/
pip-log.txt
pip-wheel-metadata/

# Windows OS files
Thumbs.db
Desktop.ini
