Spaces:
Running
Running
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| env/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # PyInstaller | |
| # Usually these files are written by a python script from a template | |
| # before PyInstaller builds the exe, so as to inject date/other infos into it. | |
| *.manifest | |
| *.spec | |
| # Installer logs | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Translations | |
| *.mo | |
| *.pot | |
| # PyBuilder | |
| target/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pyenv | |
| .python-version | |
| # dotenv | |
| .env | |
| # virtualenv | |
| .venv | |
| venv/ | |
| ENV/ | |
| # Sphinx documentation | |
| docs/_build/ | |
| # mkdocs documentation | |
| /site | |
| docs/*.png | |
| # mypy | |
| .mypy_cache/ | |
| # vscode cache | |
| .vscode | |
| # Pycharm files | |
| .idea | |
| ### macOS template | |
| *.DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # serverless | |
| **/.serverless | |
| **/node_modules | |
| # terraform | |
| **/.terraform | |
| *.tfstate* | |
| # exclude temp files from source control | |
| temp/ | |
| tmp/ | |
| # exclude data from source control by default | |
| /data/* | |
| !/data/sat2023-sample/ | |
| !/data/cnf-sample/ | |
| !/data/sat2023-cos-similarity-dataset/ | |
| /data/sat2023-cos-similarity-dataset/* | |
| !/data/sat2023-cos-similarity-dataset/results_main_detailed.csv | |
| # Configurations | |
| /config/ | |
| # Logs | |
| lightning_logs/ | |
| # Models | |
| /models/ | |
| # Poetry code artifact settings | |
| .poetry/ | |
| poetry.toml | |
| # Mise | |
| .mise.toml | |
| mise.toml | |