2019-08-18 02:02:44 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
2019-09-03 20:21:52 +00:00
|
|
|
*.pyc
|
2019-09-09 06:08:25 +00:00
|
|
|
*.swp
|
2019-08-18 02:02:44 +00:00
|
|
|
|
2019-08-18 02:34:44 +00:00
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
2019-08-18 02:02:44 +00:00
|
|
|
|
|
|
|
# Distribution / packaging
|
2019-08-18 02:34:44 +00:00
|
|
|
dist
|
|
|
|
build
|
|
|
|
eggs
|
|
|
|
parts
|
|
|
|
bin
|
|
|
|
develop-eggs
|
2019-08-18 02:02:44 +00:00
|
|
|
.installed.cfg
|
2019-08-18 02:34:44 +00:00
|
|
|
scratch
|
|
|
|
env
|
|
|
|
venv*
|
|
|
|
wheels
|
2019-09-03 18:28:49 +00:00
|
|
|
lib
|
|
|
|
lib64
|
|
|
|
share
|
|
|
|
pyvenv.cfg
|
2019-09-03 21:04:43 +00:00
|
|
|
*.egg-info
|
2019-09-09 06:08:25 +00:00
|
|
|
man
|
|
|
|
include
|
2019-08-18 02:02:44 +00:00
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.pytest_cache/
|
2019-08-18 02:34:44 +00:00
|
|
|
.tox
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
#htmlcov
|
|
|
|
htmlcov*
|
2019-08-18 02:02:44 +00:00
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# Visual Studio Code
|
2019-09-09 06:08:25 +00:00
|
|
|
.vscode/
|
2019-09-09 06:10:45 +00:00
|
|
|
|
|
|
|
# Development
|
|
|
|
templates/
|