2017-12-30 03:39:34 +03:00
|
|
|
# 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/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
2018-08-11 02:51:24 +03:00
|
|
|
*.whl
|
2017-12-30 03:39:34 +03:00
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# 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.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
.hypothesis/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# pyenv python configuration file
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
**/.vs
|
|
|
|
**/bin
|
|
|
|
**/obj
|
|
|
|
**/out
|
|
|
|
.env
|
2018-02-10 02:07:28 +03:00
|
|
|
.backup
|
2017-12-30 03:39:34 +03:00
|
|
|
venv
|
|
|
|
/logs
|
|
|
|
/config
|
2018-02-10 11:31:09 +03:00
|
|
|
.config
|
2018-03-21 15:44:56 +03:00
|
|
|
config
|
2017-12-30 03:39:34 +03:00
|
|
|
/build
|
|
|
|
|
|
|
|
|
|
|
|
py36
|
|
|
|
.pypirc
|
2018-03-09 23:54:00 +03:00
|
|
|
tests/test_solution
|
2018-02-04 10:09:28 +03:00
|
|
|
README
|
|
|
|
|
2018-03-06 21:52:33 +03:00
|
|
|
node_modules
|
|
|
|
|
2018-03-09 23:54:00 +03:00
|
|
|
/docker/linux/Dockerfile.expanded
|
|
|
|
|
2018-06-15 15:22:56 +03:00
|
|
|
.pytest_cache
|
|
|
|
|
2018-06-26 23:35:50 +03:00
|
|
|
# VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
2018-06-15 15:22:56 +03:00
|
|
|
# rope
|
|
|
|
.vscode/.ropeproject/
|
|
|
|
|
|
|
|
# ctags
|
2018-06-26 23:35:50 +03:00
|
|
|
.vscode/tags
|