-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (48 loc) · 1.12 KB
/
.gitignore
File metadata and controls
53 lines (48 loc) · 1.12 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
# Ignore everything in .idea except what is explicitly allowed
.idea/*
!.idea/
# Allow important files and subfolders
!.idea/codeStyles/
!.idea/inspectionProfiles/
!.idea/misc.xml
!.idea/modules.xml
!.idea/vcs.xml
# Ignore log files, history, and other specific files
*.log
.history
custom_compose.yaml
databases_compose.yaml
# Environmental variables
.env
.env.*
!.env.example
local-dev.env
docker.env
devices.yaml
lnbits.yaml
influxdb_mapping.yaml
custom
# Personal analysis and planning documents (untracked)
EV_TECHNICAL_ANALYSIS.md
EV_ROADMAP.md
HEATING_TECHNICAL_ANALYSIS.md
CHANGE_LOG_HEATING.md
MOCK_DEPENDENCIES_LESSON.md
BUGS_TO_SOLVE.md
RAMPING_MATHEMATICAL_ANALYSIS.md
RAMPING_VALIDATION_SUMMARY.md
CHANGE_LOG_EV.md
# Local test files (untracked)
test_ev_actual.py
test_ev_complete.py
test_ev_real_optimization.py
test_final_ramping.py
test_ramping_standalone.py
test_heating_complete.py
# Generated test images and results (untracked)
ev_optimization_results_*.png
ramping_constraint_demonstration.png
forced_ramping_activation.png
realistic_ramping_scenarios.png
ev_ramping_validation_results.png
heating_optimization_analysis.png