forked from EAPD-DRB/MUIOGO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (46 loc) · 1 KB
/
.gitignore
File metadata and controls
54 lines (46 loc) · 1 KB
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
# Demo data archive — hosted as a GitHub release asset, not committed to the repo
assets/demo-data/CLEWs.Demo.zip
Procfile
.env
dist/
build/
venv/
venv
.venv/
# Generic Python caches/artifacts
__pycache__/
*.py[cod]
*$py.class
# Python tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# OS artifacts
.DS_Store
Thumbs.db
API/__pycache__
API/Classes/__pycache__
API/Classes/Base/__pycache__
API/Classes/Case/__pycache__
API/Routes/__pycache__
API/Routes/Upload/__pycache__
API/Routes/DataFile/__pycache__
API/Routes/Case/__pycache__
WebAPP/SOLVERs/GLPK
WebAPP/SOLVERs/COIN-OR
WebAPP/SOLVERs/_GLPK
WebAPP/SOLVERs/_COIN-OR
WebAPP/DataStorage/*
!WebAPP/DataStorage/Parameters.json
!WebAPP/DataStorage/Variables.json
WebAPP/References/jqwidgets_licenced
WebAPP/References/jqwidgets_free
WebAPP/References/jqwidgets/jqx-all-unlisenced.js
WebAPP/References/wijmoFULL/
WebAPP/References/wijmoOLD/
WebAPP/References/wijmo/DistributionKey.txt
WebAPP/References/wijmo/licence.js
app.spec