adobe-ps-scripts-loreal/.gitignore
DJP 4a192a8c97 Initial commit: Adobe Photoshop API text management scripts
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>
2026-03-02 13:46:52 -05:00

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