data.tar.gz
*.pth
*.tsf
*.ckpt
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*.lprof
.coverage
.DS_Store
.idea/
.vscode/
outputs/
outputs
# logs can either be a directory or symlinked to a directory
# ignore both
logs/
logs

data

# Created by https://www.gitignore.io/api/python
# Edit at https://www.gitignore.io/?templates=python

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# pyenv
.python-version

# scratch
scratch/

# End of https://www.gitignore.io/api/python
