forked from iiasa/message_ix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (52 loc) · 755 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
55
56
57
58
59
# GAMS, R, Python-specific auxiliary files
*.~gm
*.bak
*.egg-info
*.~op
*.pyc
*.gdx
*.lst
*.log
*.lxi
*.gch
*.gpr
/model/2*/**
/model/$gms*
*.dat
*.tmp
*.RData*
*.pyc
*-checkpoint.ipynb
*~
#*
*#
.
*.Rproj
# MESSAGEix specifics
message_ix/model/MESSAGE_master.gms
# Apple file system
.DS_Store
# sphinx
/doc/build
/doc/source/_build
/doc/source/model
# setuptools
/build
/dist
# rixmp build folder and rhistory
rmessageix/rmessageix*.zip
rmessageix/source/inst/docum/*.html
rmessageix/source/.Rhistory
!rmessageix/source/*.Rproj
# testdb
.cache/**
tests/data/nightly
tests/data/testdb/test.properties
tests/data/testdb/ixmptest.properties
tests/data/testdb/ixmptest.lck
.Rproj.user
# pytest and related
.coverage*
.pytest_cache
coverage.xml
htmlcov