Skip to content

Instantly share code, notes, and snippets.

@brayevalerien
Created July 6, 2025 10:48
Show Gist options
  • Save brayevalerien/5ed122edc2c8526bcc253cc8ead5696a to your computer and use it in GitHub Desktop.
Save brayevalerien/5ed122edc2c8526bcc253cc8ead5696a to your computer and use it in GitHub Desktop.
A .gitignore template for TouchDesigner projects.
# 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