Files
D-SCRIPT/.gitignore

26 lines
292 B
Plaintext

# Single Files
collect_env.py
RUN_DSCRIPT.sh
# Directories
build
docs/build
scratch
dist
node_modules
htmlcov
dev*
.vscode
## Remove this later when the server is merged
server/
# File Types
**/*.egg-info
**/*.pt
**/*.sav
**/*.pt
**/*.h5
**/.ipynb_checkpoints/**
**/__pycache__/**
**/.nfs*