fixed .gitignore
parent
6d26f563e5
commit
cf8f4c3ef3
@ -1,62 +1,65 @@
|
|||||||
# Pycharm
|
# virtualenv
|
||||||
.idea
|
env
|
||||||
|
|
||||||
# ---> Python
|
# Pycharm
|
||||||
# Byte-compiled / optimized / DLL files
|
.idea
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
# ---> Python
|
||||||
*$py.class
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
# C extensions
|
*.py[cod]
|
||||||
*.so
|
*$py.class
|
||||||
|
|
||||||
# Distribution / packaging
|
# C extensions
|
||||||
.Python
|
*.so
|
||||||
env/
|
|
||||||
build/
|
# Distribution / packaging
|
||||||
develop-eggs/
|
.Python
|
||||||
dist/
|
env/
|
||||||
downloads/
|
build/
|
||||||
eggs/
|
develop-eggs/
|
||||||
.eggs/
|
dist/
|
||||||
lib/
|
downloads/
|
||||||
lib64/
|
eggs/
|
||||||
parts/
|
.eggs/
|
||||||
sdist/
|
lib/
|
||||||
var/
|
lib64/
|
||||||
*.egg-info/
|
parts/
|
||||||
.installed.cfg
|
sdist/
|
||||||
*.egg
|
var/
|
||||||
|
*.egg-info/
|
||||||
# PyInstaller
|
.installed.cfg
|
||||||
# Usually these files are written by a python script from a template
|
*.egg
|
||||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
||||||
*.manifest
|
# PyInstaller
|
||||||
*.spec
|
# Usually these files are written by a python script from a template
|
||||||
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
# Installer logs
|
*.manifest
|
||||||
pip-log.txt
|
*.spec
|
||||||
pip-delete-this-directory.txt
|
|
||||||
|
# Installer logs
|
||||||
# Unit test / coverage reports
|
pip-log.txt
|
||||||
htmlcov/
|
pip-delete-this-directory.txt
|
||||||
.tox/
|
|
||||||
.coverage
|
# Unit test / coverage reports
|
||||||
.coverage.*
|
htmlcov/
|
||||||
.cache
|
.tox/
|
||||||
nosetests.xml
|
.coverage
|
||||||
coverage.xml
|
.coverage.*
|
||||||
*,cover
|
.cache
|
||||||
|
nosetests.xml
|
||||||
# Translations
|
coverage.xml
|
||||||
*.mo
|
*,cover
|
||||||
*.pot
|
|
||||||
|
# Translations
|
||||||
# Django stuff:
|
*.mo
|
||||||
*.log
|
*.pot
|
||||||
|
|
||||||
# Sphinx documentation
|
# Django stuff:
|
||||||
docs/_build/
|
*.log
|
||||||
|
|
||||||
# PyBuilder
|
# Sphinx documentation
|
||||||
target/
|
docs/_build/
|
||||||
|
|
||||||
|
# PyBuilder
|
||||||
|
target/
|
Loading…
Reference in New Issue