Skip to content

Commit 803fcac

Browse files
committed
add config
1 parent 86d897d commit 803fcac

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__pycache__/
2+
*.egg-info/
3+
*.egg/

.prx/default.ini

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[REMOTE]
2+
SERVER=cluster-ai
3+
; will be used as a prefix for the WORKDIR
4+
HOME=/home1/lee1jun
5+
WORKDIR=develop/prx-test2
6+
CONDA_ENV=wav2ipa
7+
; additional destination options for rsync (will be combined with WORKDIR)
8+
DEST=
9+
10+
11+
[LOCAL]
12+
SOURCE=box
13+
; BACKUP=backup/
14+
15+
[EXTRA]

0 commit comments

Comments
 (0)