CoolFace
Apppublic

2catycm/HyperPapers

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
.gitignore178 linesDownload Raw Back to root
1figures/2model/3*.npz4# Byte-compiled / optimized / DLL files5__pycache__/6*.py[cod]7*$py.class8 9# C extensions10*.so11 12# Distribution / packaging13.Python14build/15develop-eggs/16dist/17downloads/18eggs/19.eggs/20lib/21lib64/22parts/23sdist/24var/25wheels/26share/python-wheels/27*.egg-info/28.installed.cfg29*.egg30MANIFEST31 32# PyInstaller33#  Usually these files are written by a python script from a template34#  before PyInstaller builds the exe, so as to inject date/other infos into it.35*.manifest36*.spec37 38# Installer logs39pip-log.txt40pip-delete-this-directory.txt41 42# Unit test / coverage reports43htmlcov/44.tox/45.nox/46.coverage47.coverage.*48.cache49nosetests.xml50coverage.xml51*.cover52*.py,cover53.hypothesis/54.pytest_cache/55cover/56 57# Translations58*.mo59*.pot60 61# Django stuff:62*.log63local_settings.py64db.sqlite365db.sqlite3-journal66 67# Flask stuff:68instance/69.webassets-cache70 71# Scrapy stuff:72.scrapy73 74# Sphinx documentation75docs/_build/76 77# PyBuilder78.pybuilder/79target/80 81# Jupyter Notebook82.ipynb_checkpoints83 84# IPython85profile_default/86ipython_config.py87 88# pyenv89#   For a library or package, you might want to ignore these files since the code is90#   intended to run in multiple environments; otherwise, check them in:91# .python-version92 93# pipenv94#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.95#   However, in case of collaboration, if having platform-specific dependencies or dependencies96#   having no cross-platform support, pipenv may install dependencies that don't work, or not97#   install all needed dependencies.98#Pipfile.lock99 100# UV101#   Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.102#   This is especially recommended for binary packages to ensure reproducibility, and is more103#   commonly ignored for libraries.104#uv.lock105 106# poetry107#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.108#   This is especially recommended for binary packages to ensure reproducibility, and is more109#   commonly ignored for libraries.110#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control111#poetry.lock112 113# pdm114#   Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.115#pdm.lock116#   pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it117#   in version control.118#   https://pdm.fming.dev/latest/usage/project/#working-with-version-control119.pdm.toml120.pdm-python121.pdm-build/122 123# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm124__pypackages__/125 126# Celery stuff127celerybeat-schedule128celerybeat.pid129 130# SageMath parsed files131*.sage.py132 133# Environments134.env135.venv136env/137venv/138ENV/139env.bak/140venv.bak/141 142# Spyder project settings143.spyderproject144.spyproject145 146# Rope project settings147.ropeproject148 149# mkdocs documentation150/site151 152# mypy153.mypy_cache/154.dmypy.json155dmypy.json156 157# Pyre type checker158.pyre/159 160# pytype static type analyzer161.pytype/162 163# Cython debug symbols164cython_debug/165 166# PyCharm167#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can168#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore169#  and can be added to the global gitignore or merged into this file.  For a more nuclear170#  option (not recommended) you can uncomment the following to ignore the entire idea folder.171#.idea/172 173# Ruff stuff:174.ruff_cache/175 176# PyPI configuration file177.pypirc178