-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (50 loc) · 781 Bytes
/
.gitignore
File metadata and controls
57 lines (50 loc) · 781 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
52
53
54
55
56
57
.coverage
.eggs
.DS_Store
.mypy_cache
linopy/__pycache__
test/__pycache__
linopy.egg-info
dev-scripts/
examples/.ipynb_checkpoints/
linopy/version.py
dist/
build/
doc/_build
doc/generated
doc/api
.vscode
.idea
Highs.log
paper/
monkeytype.sqlite3
.github/copilot-instructions.md
uv.lock
*.pyc
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Benchmarks (new pytest-benchmark suite)
.benchmarks/
# Benchmarks (old Snakemake suite in benchmark/)
benchmark/*.pdf
benchmark/benchmarks
benchmark/.snakemake
benchmark/gurobi.log
benchmark/notebooks/.ipynb_checkpoints
benchmark/scripts/__pycache__
benchmark/scripts/benchmarks-pypsa-eur/__pycache__
benchmark/scripts/leftovers/
# IDE
.idea/
# Claude
.claude/settings.local.json
# direnv
.envrc
AGENTS.md
coverage.xml