CoolFace
Apppublic

yeyus/codepath-week2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
.gitignore64 linesDownload Raw Back to root
1.DS_Store2 3# Byte-compiled / optimized / DLL files4__pycache__/5*.py[cod]6db.sqlite37migrations/8media/9settings.py10# C extensions11*.so12 13# Distribution / packaging14.Python15env/16build/17develop-eggs/18dist/19downloads/20eggs/21.eggs/22lib64/23parts/24sdist/25var/26*.egg-info/27.installed.cfg28*.egg29 30# PyInstaller31#  Usually these files are written by a python script from a template32#  before PyInstaller builds the exe, so as to inject date/other infos into it.33*.manifest34*.spec35 36# Installer logs37pip-log.txt38pip-delete-this-directory.txt39 40# Unit test / coverage reports41htmlcov/42.tox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*,cover49 50# Translations51*.mo52*.pot53 54# Django stuff:55*.log56 57# Sphinx documentation58docs/_build/59 60# PyBuilder61target/62 63# local environment64.env