23 lines
360 B
Plaintext
23 lines
360 B
Plaintext
# Do not add ExternalData module staging files
|
|
.ExternalData_*
|
|
.ExternalData/config
|
|
|
|
# Exclude compiled Python objects.
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__/
|
|
|
|
# Exclude macOS .DS_Store files.
|
|
.DS_Store
|
|
|
|
# Exclude some Xcode stuff.
|
|
xcuserdata
|
|
*.xcuserdatad
|
|
|
|
# Exclude VSCode settings and configuration folder
|
|
*.vscode*
|
|
|
|
# Exclude Visual Studio stuff
|
|
.vs*
|
|
CMakeSettings.json
|