This does introduce some not-so-nice things, like having to annotate each `__init__` function with `-> None`. However, the benefits of having static type checking in a complex bit of software like BAT outweigh the downsides.
14 lines
188 B
Plaintext
14 lines
188 B
Plaintext
*.pyc
|
|
*.blend[1-9]
|
|
__pycache__
|
|
/*.egg-info/
|
|
/.cache
|
|
/.mypy_cache/
|
|
/.pytest_cache
|
|
.coverage
|
|
/dist/
|
|
/build/
|
|
|
|
/tests/blendfiles/cache_ocean/
|
|
/tests/blendfiles/T53562/blendcache_bam_pack_bug/
|