# 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/
*.egg-info/
.idea/

.DS_Store
*/.DS_Store

## do not push heavy files which are created during training to github
datasets/*
!datasets/trainaug.txt

outputs/
