a | b/.gitignore | ||
---|---|---|---|
1 | #Directories to be ignored fully |
||
2 | /books/ |
||
3 | /articles/ |
||
4 | /other/ |
||
5 | /output/ |
||
6 | /graphics/ |
||
7 | models/ |
||
8 | static/ |
||
9 | dist/ |
||
10 | tmp/ |
||
11 | logs/ |
||
12 | results/ |
||
13 | wandb/ |
||
14 | *_tmp/ |
||
15 | medgpt.egg-info/ |
||
16 | medflux.egg-info/ |
||
17 | build/ |
||
18 | .idea |
||
19 | venv |
||
20 | db.sqlite3 |
||
21 | .ipynb_checkpoints/ |
||
22 | |||
23 | #tmp and similar files |
||
24 | .nfs* |
||
25 | *.log |
||
26 | *.pyc |
||
27 | *.out |
||
28 | *.swp |
||
29 | *.swn |
||
30 | tmp_* |
||
31 | t_* |
||
32 | tmp_* |
||
33 | *_tmp |
||
34 | *.swo |
||
35 | *.lyx.emergency |
||
36 | *.lyx# |
||
37 | *~ |
||
38 | *hidden* |
||
39 | nohup.out |
||
40 | tmp.py |
||
41 | .DS_Store |
||
42 | *.lock |
||
43 | |||
44 | # models files |
||
45 | *.dat |