add __main__.py
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
*.pyc
|
||||
*.pyo
|
||||
.idea
|
||||
*~
|
||||
*.iml
|
||||
*.so
|
||||
*.log
|
||||
build
|
||||
*.spec
|
||||
dist
|
||||
/*.egg-info
|
||||
/*.egg
|
||||
html
|
||||
.cache
|
||||
*.db
|
||||
*.junk
|
Reference in New Issue
Block a user