CoolFace
Apppublic

andreped/ReferenceBot

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
.dockerignore159 linesDownload Raw Back to root
1# Local data2resources/local_data/3 4# Prototyping notebooks5notebooks/6 7# Secrets8.streamlit/secrets.toml9 10# VSCode11.vscode/12 13# TODO14TODO.md15 16# Byte-compiled / optimized / DLL files17__pycache__/18*.py[cod]19*$py.class20 21# C extensions22*.so23 24# Distribution / packaging25.Python26build/27develop-eggs/28dist/29downloads/30eggs/31.eggs/32lib/33lib64/34parts/35sdist/36var/37wheels/38share/python-wheels/39*.egg-info/40.installed.cfg41*.egg42MANIFEST43 44# PyInstaller45#  Usually these files are written by a python script from a template46#  before PyInstaller builds the exe, so as to inject date/other infos into it.47*.manifest48*.spec49 50# Installer logs51pip-log.txt52pip-delete-this-directory.txt53 54# Unit test / coverage reports55htmlcov/56.tox/57.nox/58.coverage59.coverage.*60.cache61nosetests.xml62coverage.xml63*.cover64*.py,cover65.hypothesis/66.pytest_cache/67cover/68 69# Translations70*.mo71*.pot72 73# Django stuff:74*.log75local_settings.py76db.sqlite377db.sqlite3-journal78 79# Flask stuff:80instance/81.webassets-cache82 83# Scrapy stuff:84.scrapy85 86# Sphinx documentation87docs/_build/88 89# PyBuilder90.pybuilder/91target/92 93# Jupyter Notebook94.ipynb_checkpoints95 96# IPython97profile_default/98ipython_config.py99 100# pdm101#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.102#pdm.lock103#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it104#   in version control.105#   https://pdm.fming.dev/#use-with-ide106.pdm.toml107 108# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm109__pypackages__/110 111# Celery stuff112celerybeat-schedule113celerybeat.pid114 115# SageMath parsed files116*.sage.py117 118# Environments119.env120.venv121env/122venv/123ENV/124env.bak/125venv.bak/126 127# Spyder project settings128.spyderproject129.spyproject130 131# Rope project settings132.ropeproject133 134# mkdocs documentation135/site136 137# mypy138.mypy_cache/139.dmypy.json140dmypy.json141 142# Pyre type checker143.pyre/144 145# pytype static type analyzer146.pytype/147 148# Cython debug symbols149cython_debug/150 151# PyCharm152#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can153#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore154#  and can be added to the global gitignore or merged into this file.  For a more nuclear155#  option (not recommended) you can uncomment the following to ignore the entire idea folder.156#.idea/157 158 159