CoolFace
Apppublic

hanhou/patchseq

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
.gitignore153 linesDownload Raw Back to root
1# Code Ocean specific files and directories2/data/3/results/4/scratch/5metadata/metadata.yml6 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/29pip-wheel-metadata/30share/python-wheels/31*.egg-info/32.installed.cfg33*.egg34MANIFEST35 36# PyInstaller37#  Usually these files are written by a python script from a template38#  before PyInstaller builds the exe, so as to inject date/other infos into it.39*.manifest40*.spec41 42# Installer logs43pip-log.txt44pip-delete-this-directory.txt45 46# Unit test / coverage reports47htmlcov/48.tox/49.nox/50.coverage51.coverage.*52.cache53nosetests.xml54coverage.xml55*.cover56*.py,cover57.hypothesis/58.pytest_cache/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# PyBuilder81target/82 83# Jupyter Notebook84.ipynb_checkpoints85 86# IPython87profile_default/88ipython_config.py89 90# pyenv91.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# PEP 582; used by e.g. github.com/David-OConnor/pyflow101__pypackages__/102 103# Celery stuff104celerybeat-schedule105celerybeat.pid106 107# SageMath parsed files108*.sage.py109 110# Environments111.env112.venv113env/114venv/115ENV/116env.bak/117venv.bak/118 119# Spyder project settings120.spyderproject121.spyproject122 123# Rope project settings124.ropeproject125 126# mkdocs documentation127/site128 129# mypy130.mypy_cache/131.dmypy.json132dmypy.json133 134# Pyre type checker135.pyre/136 137# PyCharm138#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can139#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore140#  and can be added to the global gitignore or merged into this file.  For a more nuclear141#  option (not recommended) you can uncomment the following to ignore the entire idea folder.142.idea/143 144# MacOs145**/.DS_Store146 147# VS Code148.vscode/*149!.vscode/settings.json150!.vscode/tasks.json151!.vscode/launch.json152!.vscode/extensions.json153!.vscode/*.code-snippets