forked from BDI-pathogens/OpenABM-Covid19
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
54 lines (43 loc) · 741 Bytes
/
.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
# Mac-related files
.DS_Store
# File associated with compilation/linking
src/*.o
src/*.exe
src/*.csv
examples/results/*.csv
# Python testing files
__pycache__
.mypy_cache/
# Eclipse-related files
.project
.cproject
.settings
.pydevproject
# temp copies
*~
# latex unwanted files
documentation/*copy*
documentation/*synctex*
documentation/*.log
documentation/*.aux
documentation/*.key
documentation/*.dvi
documentation/*.blg
documentation/*.bbl
documentation/*.out
documentation/*.toc
# R-related files
.Rhistory
# performance related
performance/*.trace
performance/*.dtps
scratch/*
src_test/*
data_test/*
venv/*
src/covid19.py
src/covid19_wrap.c
sandbox/*.csv
examples/*.csv
examples/.ipynb_checkpoints
sandbox/.ipynb_checkpoints