11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# Ignore all directories with binary files.
|
|
/scenes
|
|
/blender
|
|
# Ignore directories used for development.
|
|
/tmp
|
|
# Ignore production configuration files.
|
|
/config/*.cfg
|
|
# Ignore generated datasets.
|
|
/benchmark/website/dataset/*.js
|
|
# Ignore Python cache
|
|
__pycache__ |