Add .gitignore

This commit is contained in:
Michał Leśniewski
2021-11-24 22:04:11 +01:00
parent 4b75c8a3b7
commit 1576953d15

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# general things to ignore
build/
dist/
venv/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
# due to using tox and pytest
.tox
.cache