first commit
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
*py[co]
|
||||
|
||||
#test
|
||||
*.sh
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
|
||||
# Vim
|
||||
.*.sw[op]
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
Reference in New Issue
Block a user