- No more '(Display)' strings in the GPU names, but store devices as `{'name': name, 'type': 'CPU/CUDA/OPENCL', 'is_display': bool}` - Introduces testing with py.test & pipenv. The test suite is far from complete, though.
21 lines
430 B
Plaintext
21 lines
430 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 configuration
|
|
/bundle/config
|
|
# Ignore Python cache
|
|
__pycache__
|
|
/bundle/blender-benchmark-*.dmg
|
|
/bundle/blender-benchmark-*.tar.bz2
|
|
/bundle/blender-benchmark-*.zip
|
|
|
|
.cache
|
|
.coverage
|
|
.pytest_cache/
|