update gitignore

This commit is contained in:
Peter Gardfjäll
2020-04-07 20:40:00 +02:00
parent a0d6163c52
commit bcb02afbb3
+12 -1
View File
@@ -1,3 +1,14 @@
*~
*.pyc
.ropeproject
.ropeproject
.coverage
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
.venv/