15 lines
138 B
Plaintext
15 lines
138 B
Plaintext
# general things to ignore
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
*.py[cod]
|
|
__pycache__/
|
|
*.so
|
|
*~
|
|
venv/
|
|
|
|
# due to using nox and pytest
|
|
.nox
|
|
.cache
|