leafShen/CodeFormer
3
1.vscode2 3# ignored files4version.py5 6# ignored files with suffix7*.html8# *.png9# *.jpeg10# *.jpg11*.pt12*.gif13*.pth14*.dat15*.zip16 17# template18 19# Byte-compiled / optimized / DLL files20__pycache__/21*.py[cod]22*$py.class23 24# C extensions25*.so26 27# Distribution / packaging28.Python29build/30develop-eggs/31dist/32downloads/33eggs/34.eggs/35lib/36lib64/37parts/38sdist/39var/40wheels/41*.egg-info/42.installed.cfg43*.egg44MANIFEST45 46# PyInstaller47# Usually these files are written by a python script from a template48# before PyInstaller builds the exe, so as to inject date/other infos into it.49*.manifest50*.spec51 52# Installer logs53pip-log.txt54pip-delete-this-directory.txt55 56# Unit test / coverage reports57htmlcov/58.tox/59.coverage60.coverage.*61.cache62nosetests.xml63coverage.xml64*.cover65.hypothesis/66.pytest_cache/67 68# Translations69*.mo70*.pot71 72# Django stuff:73*.log74local_settings.py75db.sqlite376 77# Flask stuff:78instance/79.webassets-cache80 81# Scrapy stuff:82.scrapy83 84# Sphinx documentation85docs/_build/86 87# PyBuilder88target/89 90# Jupyter Notebook91.ipynb_checkpoints92 93# pyenv94.python-version95 96# celery beat schedule file97celerybeat-schedule98 99# SageMath parsed files100*.sage.py101 102# Environments103.env104.venv105env/106venv/107ENV/108env.bak/109venv.bak/110 111# Spyder project settings112.spyderproject113.spyproject114 115# Rope project settings116.ropeproject117 118# mkdocs documentation119/site120 121# mypy122.mypy_cache/123 124# project125results/126dlib/127*.pth128*_old*129 130 