16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
# General Python ignores
|
|
build/
|
|
dist/
|
|
__pycache__/
|
|
__pypackages__/
|
|
.ipynb_checkpoints/
|
|
*.pyc
|
|
*~
|
|
*/.mypy_cache/
|
|
|
|
|
|
# Project ignores
|
|
bin/
|
|
software/build/
|
|
software/install/
|