This commit is contained in:
samuelfavreaubdeb 2026-07-23 15:51:45 -04:00 committed by GitHub
commit c0f1489ec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

42
TouchDesigner.gitignore Normal file
View File

@ -0,0 +1,42 @@
# Backups
**/Backup/
# Autosaves
**/CrashAutoSave.*
*.dmp
# TouchDesigner import cache
**/TDImportCache/
# Logs
*.log
**/logs/
# Increment files on save
**/*.*.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