Initial commit
This commit is contained in:
commit
f5b93a4961
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
*~
|
||||
*.swp
|
||||
*.egg-info
|
||||
.venv
|
||||
.DS_Store
|
||||
dist/
|
||||
.project
|
||||
.pydevproject
|
Reference in a new issue