[6f9c00]: / .gitignore

Download this file

14 lines (14 with data), 198 Bytes

.idea
.idea/*
**/venv
**/.ipynb_checkpoints
**/__pycache__/**
saved_models/Ex**
build
build/*
quickNAT_pytorch.egg-info
quickNAT_pytorch.egg-info/*
other_packages/
*.DS_Store
documentation/
.vscode/