Forecast-ing/modernbert-content-regression
0
1.env2.ruff_cache3catboost_info/4modernBERT-content-regression/5.gradio6 7# Byte-compiled / optimized / DLL files8__pycache__/9*.py[cod]10*$py.class11 12# C extensions13*.so14 15# Distribution / packaging16.Python17build/18develop-eggs/19dist/20downloads/21eggs/22.eggs/23lib/24lib64/25parts/26sdist/27var/28wheels/29share/python-wheels/30*.egg-info/31.installed.cfg32*.egg33MANIFEST34 35# PyInstaller36# Usually these files are written by a python script from a template37# before PyInstaller builds the exe, so as to inject date/other infos into it.38*.manifest39*.spec40 41# Installer logs42pip-log.txt43pip-delete-this-directory.txt44 45# Unit test / coverage reports46htmlcov/47.tox/48.nox/49.coverage50.coverage.*51.cache52nosetests.xml53coverage.xml54*.cover55*.py,cover56.hypothesis/57.pytest_cache/58cover/59 60# Translations61*.mo62*.pot63 64# Django stuff:65*.log66local_settings.py67db.sqlite368db.sqlite3-journal69 70# Flask stuff:71instance/72.webassets-cache73 74# Scrapy stuff:75.scrapy76 77# Sphinx documentation78docs/_build/79 80# PyBuilder81.pybuilder/82target/83 84# Jupyter Notebook85.ipynb_checkpoints86 87# IPython88profile_default/89ipython_config.py90 91# pyenv92# For a library or package, you might want to ignore these files since the code is93# intended to run in multiple environments; otherwise, check them in:94# .python-version95 96# pipenv97# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.98# However, in case of collaboration, if having platform-specific dependencies or dependencies99# having no cross-platform support, pipenv may install dependencies that don't work, or not100# install all needed dependencies.101#Pipfile.lock102 103# poetry104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.105# This is especially recommended for binary packages to ensure reproducibility, and is more106# commonly ignored for libraries.107# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control108#poetry.lock109 110# pdm111# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.112#pdm.lock113# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it114# in version control.115# https://pdm.fming.dev/latest/usage/project/#working-with-version-control116.pdm.toml117.pdm-python118.pdm-build/119 120# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm121__pypackages__/122 123# Celery stuff124celerybeat-schedule125celerybeat.pid126 127# SageMath parsed files128*.sage.py129 130# Environments131.env132.venv133env/134venv/135ENV/136env.bak/137venv.bak/138 139# Spyder project settings140.spyderproject141.spyproject142 143# Rope project settings144.ropeproject145 146# mkdocs documentation147/site148 149# mypy150.mypy_cache/151.dmypy.json152dmypy.json153 154# Pyre type checker155.pyre/156 157# pytype static type analyzer158.pytype/159 160# Cython debug symbols161cython_debug/162 163# PyCharm164# JetBrains specific template is maintained in a separate JetBrains.gitignore that can165# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore166# and can be added to the global gitignore or merged into this file. For a more nuclear167# option (not recommended) you can uncomment the following to ignore the entire idea folder.168#.idea/