2018-11-24 01:14:28 +08:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[co]
|
|
|
|
*$py.class
|
|
|
|
|
2019-08-23 19:41:54 +08:00
|
|
|
Tmp
|
|
|
|
Tmp/*
|
|
|
|
|
2018-11-24 01:14:28 +08:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# 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/
|
|
|
|
.pytest_cache/
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# celery beat schedule file
|
|
|
|
celerybeat-schedule
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
|
2019-11-08 12:29:48 +08:00
|
|
|
.idea
|
|
|
|
.settings
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2018-11-24 01:14:28 +08:00
|
|
|
*.pyc
|
|
|
|
Tmps/*
|
|
|
|
logs/*
|
|
|
|
cache/*
|
|
|
|
errors/*
|
|
|
|
dist/*
|
|
|
|
build/*
|
|
|
|
*.pydevproject
|
|
|
|
log.txt
|
|
|
|
/tmp/
|
|
|
|
/tmp/*
|
|
|
|
/Tmps
|
|
|
|
/Tmps/*
|
2019-04-02 22:51:44 +08:00
|
|
|
cache/*
|
|
|
|
cache/
|
2018-11-24 01:14:28 +08:00
|
|
|
/tmp/Material
|
|
|
|
/tmp/Material/*
|
|
|
|
*.pyc
|
|
|
|
.setting
|
|
|
|
.setting/
|
|
|
|
.setting/*
|
|
|
|
/.setting/
|
|
|
|
/.setting/*
|
|
|
|
tmp
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
.README.md.html
|
2019-01-01 17:04:10 +08:00
|
|
|
README.md.html
|
|
|
|
shape_predictor_68_face_landmarks.dat
|