-
Notifications
You must be signed in to change notification settings - Fork 66
/
.gitignore
129 lines (110 loc) · 2.82 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# sphynx documentation builds
doc/_build
# PyCharm files
.idea/
# VIM files
*.swp
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[co]
# C extensions
*.so
# Distribution / packaging
.Python
env/
/build/
develop-eggs/
/dist/
downloads/
eggs/
.eggs/
/lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
*.pyt.xml
*.pyc
*.bak
test/reference-case/Radiation2000-2009.csv
*.spyderworkspace
*.DS_Store
demand.prof
demand_numba.prof
*.prof
building_info.csv
cea/demand/calc_tm.pyd
cea/technologies/calc_radiator.pyd
tests/.doit.db
setup/Output/*
setup/site-packages/*
# euler batch job output files
lsf.o*
cea/utilities/trace-data.pickle
doc/make.output.txt
cea/.doit.db
setup/cea_version.txt
.doit.db
docs/*.html
cea/surrogate/dummy_file.py
cea/demand/calibration/clustering/
cea/demand/metamodel/nn_generator/
*.orig
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
cea/technologies/thermal_network/thermal_network_matrix.pstat
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/grid.cpg
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/grid.dbf
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/grid.prj
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/grid.shp
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/grid.shx
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/nodes_buildings.dbf
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/thermal_network.cpg
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/thermal_network.dbf
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/thermal_network.prj
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/thermal_network.shp
cea/concept_project/data/reference-case-WTP-reduced/WTP_MIX_m/inputs/networks/thermal_network.shx
cea/concept_project/data/reference-case-WTP/MIX_high_density/inputs/networks/nodes_buildings.dbf
# Ignore ipython notebook checkpoints
**/*.ipynb_checkpoints/
CityEnergyAnalyst.srctrlbm
CityEnergyAnalyst.srctrldb
CityEnergyAnalyst.srctrldb_tmp
CityEnergyAnalyst.srctrlprj
*.~csv
setup/Dependencies/Python.tar
setup/Dependencies/Python/*
setup/win-unpacked/*
setup/CityEnergyAnalyst-GUI-win32-x64/*
setup/Dependencies/cityenergyanalyst.tar.gz