Clean project

This commit is contained in:
jrootjunior 2019-11-15 12:17:57 +02:00
parent a83dd3ca63
commit bdae5fb026
259 changed files with 1303 additions and 21135 deletions

69
.gitignore vendored
View file

@ -1,65 +1,12 @@
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Sphinx documentation
docs/_build/
# virtualenv
.venv
venv/
ENV/
# JetBrains
.idea/
# Current project
experiment.py
__pycache__/
*.py[cod]
# Doc's
docs/html
env/
build/
dist/
*.egg-info/
*.egg
# i18n/l10n
*.mo
.mypy_cache
.mypy_cache