-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
64 lines (48 loc) · 983 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
60
61
62
63
# python binaries
*.pyc
bin/
/*/bin
.cache/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# vim swap files
*.swp
# IDEA:
.idea/
**.iml
**.iml
# pyincore setup and build
**/build/
**/dist/
**/pyincore.egg-info/
# VSCODE
.vscode
# IDEA - generated artifacts
**/out/
# Apple metadata
**/.DS_Store
# incore pw file
tests/pyincore/.incorepw
# incore download data or test data
cache_data/
original/
# pytest cache
.pytest_cache
# jupyter notebook checkpoints folder
.ipynb_checkpoints
# jupyter notebook
.user
# possible output file
*.csv
!pyincore/analyses/*/*.csv
!/tests/pyincore/analyses/*/*.csv
# a pair of negation pattern; everything else except below will be ignored by git
*.json
!tests/data/*/*.json
!tests/data/*.json
!tests/data/retrofit/*.csv
# Seaside ipopt constants
pyincore/analyses/seasidecge/solverconstants/ipopt_cons.py
pyincore/analyses/seasidecge/solverconstants/tmp.py
# credential
*.incorepw