Local and cloud-based workflows for extracting and updating text layers in PSD files via ExtendScript and Adobe PS API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
334 B
Text
31 lines
334 B
Text
# 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
|