Add .gitignore
This commit is contained in:
parent
b9f8dca362
commit
5898146b6c
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
build
|
||||
__pycache__
|
||||
*.pyc
|
||||
.*.swp
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
|
Loading…
Reference in a new issue