Spaces:
Running
Running
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# Distribution / packaging | |
build/ | |
dist/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
MANIFEST | |
# Installer logs | |
pip-log.txt | |
pip-delete-this-directory.txt | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.nox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
*.py,cover | |
.hypothesis/ | |
.pytest_cache/ | |
cover/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# IPython | |
profile_default/ | |
ipython_config.py | |
# Environments | |
.venv/ | |
# PyCharm | |
.idea/ | |
# mypy | |
.mypy_cache/ | |
.dmypy.json | |
dmypy.json | |
# Cython debug symbols | |
cython_debug/ | |
# VS Code | |
.vscode/ | |
# macOS | |
.DS_Store | |
# Windows | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
# Ignore all .ckpt files in the folder and subfolders | |
**/*.ckpt | |
**/*.onnx | |
data/ | |