# Test files (PSD binaries, batch test data)
TESTFILES/
extracted/

# Python virtual environment
api-env/

# Python cache
__pycache__/
*.pyc
*.pyo

# macOS
.DS_Store

# Token cache (regenerated automatically)
.adobe_token_cache.json

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# JetBrains IDE
.idea/

# Log files
*.log
