Add .gitignore for TouchDesigner project

This commit is contained in:
samuelfavreaubdeb 2026-02-28 17:16:15 -05:00 committed by GitHub
parent b4105e73e4
commit e4fe44e75e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

68
TouchDesigner.gitignore Normal file
View File

@ -0,0 +1,68 @@
# Backups
Backup/
*/Backup/
# Autosaves
CrashAutoSave.*
*/CrashAutoSave.*
*.dmp
# TouchDesigner import cache
TDImportCache/
*/TDImportCache/
# Logs
*.log
logs/
*/logs/
# Increment files on save
*.*.toe
*/*.*.toe
*Autosave*.toe
# Python / build artifacts
__pycache__/
*.pyc
*.pyo
# Visual Studio cache directory
.vs/
# IDE / editor settings
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.code-workspace
# Executables
*.exe
*.out
*.app
*.ipa
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/