CoolFace
Apppublic

almanach/benchmark-in-a-haystack

sourceHugging Faceupdated 10mo agoView on Hugging Face
4likes
.gitignore163 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23pip-wheel-metadata/24share/python-wheels/25*.egg-info/26.installed.cfg27*.egg28MANIFEST29 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.nox/44.coverage45.coverage.*46.cache47nosetests.xml48coverage.xml49*.cover50*.py,cover51.hypothesis/52.pytest_cache/53cover/54 55# Translations56*.mo57*.pot58 59# Django stuff:60*.log61local_settings.py62db.sqlite363db.sqlite3-journal64 65# Flask stuff:66instance/67.webassets-cache68 69# Scrapy stuff:70.scrapy71 72# Sphinx documentation73docs/_build/74build/75tmp/76temp/77 78# PyBuilder79target/80 81# Jupyter Notebook82.ipynb_checkpoints83 84# IPython85profile_default/86ipython_config.py87 88# pyenv89.python-version90 91# pipenv92Pipfile.lock93 94# poetry95poetry.lock96 97# PEP 582; used by pythonloc98__pypackages__/99 100# Celery stuff101celerybeat-schedule102celerybeat.pid103 104# SageMath parsed files105*.sage.py106 107# Environments108.env109.venv110env/111venv/112ENV/113env.bak/114venv.bak/115 116# Spyder project settings117.spyderproject118.spyproject119 120# Rope project settings121.ropeproject122 123# mkdocs documentation124/site125 126# mypy127.mypy_cache/128.dmypy.json129dmypy.json130 131# Pyre type checker132.pyre/133 134# pytype static type analyzer135.pytype/136 137# Cython debug symbols138cython_debug/139 140# VS Code141.vscode/142 143# Emacs144*~145\#*\#146.\#*147 148# Vim149*.swp150*.swo151*.vim152 153# Mac154.DS_Store155 156# Existing project-specific ignores157fastText/158models/159old/160results/161cache/**/*.json162.gradio/163