Skip to content

Commit 508cd62

Browse files
committed
Merge branch 'dev' into beta
2 parents 3f6f2a2 + db6dd8f commit 508cd62

File tree

4 files changed

+15
-239
lines changed

4 files changed

+15
-239
lines changed

.gitignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,26 @@
77
!**/artifact/optuna_storage/README.md
88

99
# ....DNA common...................................................................................
10-
**/.dockerized_norlab/dn_container_env_variable/
11-
**/external_data/
12-
**/artifact/
10+
**/.dockerized_norlab/dn_container_env_variable
11+
**/external_data
12+
**/artifact
1313
**/slurm_jobs_logs/*.log
1414

1515
# ====General======================================================================================
1616

1717
# ....Jetbrains....................................................................................
18-
/.idea/
19-
/.vagrant/*
18+
.idea
19+
*.iml
20+
out
21+
gen
2022

21-
# ....AI...........................................................................................
22-
/.junie/scratch.md
23+
# ....Jetbrains AI.................................................................................
2324
/.junie/iceboxed_plans
25+
/.junie/scratch.md
26+
!/.junie
27+
28+
# ....VM...........................................................................................
29+
**/.vagrant
2430

2531
# ....Python related...............................................................................
2632
**/.pytest_cache

.junie/scratch.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)