13 lines
131 B
Plaintext
13 lines
131 B
Plaintext
# General Python ignores
|
|
build/
|
|
dist/
|
|
__pycache__/
|
|
__pypackages__/
|
|
.ipynb_checkpoints/
|
|
*.pyc
|
|
*~
|
|
*/.mypy_cache/
|
|
|
|
|
|
# Project ignores
|