-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
97 lines (76 loc) · 1.43 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Python stuff
Pipfile.lock
**/*.pyc
venv/
env/
condaenv/
.pytest_cache
*.cprof
*.egg-info
# Sphinx docs
_build
docs/examples
# Benchmarking
benchmark.json
.benchmarks/
# IDE stuff
.idea
.spyderworkspace
.vscode
*.ipynb
/.vs
/AuTuMN.sln
/AuTuMN.pyproj.user
/AuTuMN.pyproj
# Images
*.png
# Data
*.db
*.parquet
# Runtime artifacts
logs/
*.log
*.pkl
*ipynb_checkpoints*
# Ignore notebooks by default, but users can add with -f
notebooks/
# Similarly, assume pickles are not to be committed
*.pickle
*.pkl
# Track encrypted input database.
!data/inputs/inputs.db
# Website stuff
node_modules/
.next/
website.json
out/
# Python packaging stuff
autumn.egg*
build/
dist/
# R stuff
.Rhistory
# Scripts, secrets
osx_boot.sh
*.secret.*
fil-result/
# Old model runs
data/marshall_islands
data/mongolia
data/covid_*
data/sir_example_*
# Models runs and calibrations
data/outputs
# TeX stuff (all the automatically generated files, except .log which is included above)
docs/tex/user/
# Random stuff
saved_*
data/test_get_sample/opti_sample.csv
data/xls/data_liberia.csv
data/pbi_outputs_for_opti/by_age/fully_immune/output_table_fully_immune_by_age.csv
data/pbi_outputs_for_opti/by_location/fully_immune/output_table_fully_immune_by_location.csv
# ignoring marshall islands figures and databases
autumn/projects/tuberculosis/marshall_islands/outputs/all_outputs/*
# ignore Romain's remote output runs
user/rragonnet/remote_run_outputs
user/rragonnet/temp/