-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitignore
More file actions
108 lines (96 loc) · 1.16 KB
/
.gitignore
File metadata and controls
108 lines (96 loc) · 1.16 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
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
# Environments
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Python
**/__pycache__/**
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# AI Tools
.claude/
.gemini/
.cursor/
# Personal Configuration
myconfig.json
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Power System Tools Output & Temporary Files
# PSLF / ProvisoHD
soln.log
output.crf
output.sum
temp.wrk
cont.otg
contproc-run-status.csv
control.cntl
datacheck.txt
runs.cases
duplicate.txt
sstools.sav
term.log
case.pcrf
output.pcrf
Output.xlsx
run.bat
template.ctab
contproc-run-status_contingency_errors.csv
font-color
gediwork.drw
gediworkScan.drw
winter.sav
summer.drw
summer.sav
hs_err*
basecase.sav
temp.sav
# PyLTSpice
simulation_output/
*.raw
*.net
*.log
*.plt
# ANDES
.andes_runs/
mcp_server.log
pf_*/
td_*/
eig_*/
# PyPSA
*.nc
# PowerWorld
*.pwd
# Note: .pwb files might be case files you want to keep (like IEEE 39 bus.pwb),
# so we don't ignore them globally.
# Testing
.pytest_cache/
.coverage
htmlcov/
# PSCAD generated docs (can be re-synced)
PSCAD/docs/