-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 983 Bytes
/
.gitignore
File metadata and controls
51 lines (42 loc) · 983 Bytes
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
# Build directories
/docs/technical_development_guide/_build
/docs/technical_reference_guide/_build
/lib
# Measures and testing-related files
/measures/UpgradeCosts/tests/in*
/measures/UpgradeCosts/tests/*.xml
# Project-specific files
/project_national/national_baseline
/project_national/sdr_upgrades_tmy3*
/project_national/sdr_upgrades_amy2018*
/project_testing/testing_baseline
/national_baseline
/testing_baseline
/sdr_upgrades_tmy3*
/test_upgrade_name
# CSV files
/resources/buildstock.csv
/project_*/**/*.csv
!/project_*/resources/**/*.csv
# Log files
/project_*/**/*.log
buildstockbatch_crash_details.log
# Weather data
/weather
# Development environment and system files
.idea/
.vscode/
node_modules/
.DS_Store
**/.ipynb_checkpoints/*
**/.bsq_cache/
# Data directories
**/data/*
# Python virtual environments
**/.venv/
# Python compiled files
**/*.pyc
**/__pycache__/
# Postprocessing build outputs
/postprocessing/build/
/postprocessing/resstockpostproc.egg-info/