Created
July 6, 2025 10:48
-
-
Save brayevalerien/5ed122edc2c8526bcc253cc8ead5696a to your computer and use it in GitHub Desktop.
A .gitignore template for TouchDesigner projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TouchDesigner project files | |
*.toe~ # Autosave backup files | |
*.tox~ # Backup files for components | |
*.cache # Cache files | |
*.toeautosave # Autosave files | |
*.toe.bak # Manual backups | |
# Common hidden system files | |
.DS_Store # macOS | |
Thumbs.db # Windows | |
# TouchDesigner output and temp files | |
*_lock.toe | |
*.dmp # Crash dumps | |
*.log # Log files | |
*.tdrcore # Runtime crash reports | |
*.tdbins # Intermediate binaries | |
# Python bytecode | |
__pycache__/ | |
*.pyc | |
*.pyo | |
# IDE and editor settings | |
.vscode/ | |
.idea/ | |
*.sublime-project | |
*.sublime-workspace | |
# Environment/OS-specific | |
.env | |
.env.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment