added gitignore
This commit is contained in:
parent
15d239cf2a
commit
434a1dd203
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*.swp
|
||||||
|
*.egg-info/
|
||||||
|
__pycache__/
|
||||||
|
/.tox/
|
||||||
|
/build/
|
||||||
|
/venv/
|
Loading…
Reference in a new issue