CoolFace
Apppublic

Prathamesh1420/Streamlit_camera_live

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes
.gitignore110 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# OSX useful to ignore7*.DS_Store8.AppleDouble9.LSOverride10 11# Thumbnails12._*13 14# Files that might appear in the root of a volume15.DocumentRevisions-V10016.fseventsd17.Spotlight-V10018.TemporaryItems19.Trashes20.VolumeIcon.icns21.com.apple.timemachine.donotpresent22 23# Directories potentially created on remote AFP share24.AppleDB25.AppleDesktop26Network Trash Folder27Temporary Items28.apdisk29 30# C extensions31*.so32 33# Distribution / packaging34.Python35env/36venv/37build/38develop-eggs/39dist/40downloads/41eggs/42.eggs/43lib/44lib64/45parts/46sdist/47var/48*.egg-info/49.installed.cfg50*.egg51 52# PyInstaller53#  Usually these files are written by a python script from a template54#  before PyInstaller builds the exe, so as to inject date/other infos into it.55*.manifest56*.spec57 58# Installer logs59pip-log.txt60pip-delete-this-directory.txt61 62# Unit test / coverage reports63htmlcov/64.tox/65.coverage66.coverage.*67.cache68nosetests.xml69coverage.xml70*,cover71.hypothesis/72.pytest_cache/73 74# Translations75*.mo76*.pot77 78# Django stuff:79*.log80 81# Sphinx documentation82docs/_build/83 84# IntelliJ Idea family of suites85.idea86*.iml87## File-based project format:88*.ipr89*.iws90## mpeltonen/sbt-idea plugin91.idea_modules/92 93# PyBuilder94target/95 96# Cookiecutter97output/98python_boilerplate/99cookiecutter-pypackage-env/100 101# IDE settings102.vscode/103 104# direnv105.envrc106.direnv/107 108# streamlit109.streamlit/secrets.toml110