mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
26 lines
292 B
Plaintext
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*
|