Initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
*.py[co]
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
eggs
|
||||||
|
parts
|
||||||
|
bin
|
||||||
|
var
|
||||||
|
sdist
|
||||||
|
develop-eggs
|
||||||
|
.installed.cfg
|
||||||
|
pip-log.txt
|
||||||
|
.coverage
|
||||||
|
.tox
|
||||||
|
*.mo
|
||||||
|
.mr.developer.cfg
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
.venv
|
||||||
|
.idea
|
||||||
|
out
|
||||||
|
target
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
doc/html
|
||||||
|
doc/source/apidoc
|
||||||
Reference in New Issue
Block a user