forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
140 lines (113 loc) · 1.65 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
130
131
132
133
134
135
136
137
138
139
140
*.txt
*.pdf
*.tmp
*.png
*.gif
/local/
*.DS_Store
*.mat
*.csv
*.hidden
*.pkl
# don't ignore important .txt and .csv files
!requirements*
!LICENSE.txt
!CMakeLists.txt
!src/pybamm/CITATIONS.bib
!src/pybamm/input/**/*.csv
!tests/unit/test_parameters/*.csv
!benchmarks/benchmark_images/*.png
# running files
*.pyc
*.py~
.~lock*
*.swp
# Python cache
*__pycache__/
*.cache
.ipynb_checkpoints/
# Sphinx build files
docs/_build/
docs/build/
build/
# inputs except parameters and comsol data needed for scripts and notebooks
input/*
!input/parameters
!input/comsol_results/
!input/drive_cycles
# keep images required by notebooks
!docs/examples/notebooks/creating_models/SEI.png
# simulation outputs
out/
config.py
matplotlibrc
*.pickle
*.sav
# ideas
ideas/
.idea/
# setup.py files
*.egg-info
dist/
# coverage
.coverage
coverage.xml
htmlcov/
# virtual environment
.venv
env/
venv/
venv3.5/
PyBaMM-env/
bin/
etc/
lib/
lib64
share/
pyvenv.cfg
.vscode
.ruff_cache/
# sundials
sundials
sundials4
sundials-*
SuiteSparse-*
build_sundials
KLU_module_deps
# downloads
*.gz
# third party
third-party
# cmakefiles
CMakeFiles
Makefile
cmake_install.cmake
*.so
third-party/pybind11
pybind11/
# Build dependencies/
KLU_module_deps
# setup
setup.log
# test
test.c
test.json
.pytest_cache/
# tox
.tox/
# nox
.nox/
# vcpkg
vcpkg_installed/
# benchmarks
html/
results/
# expression tree images for notebooks in docs
!docs/source/examples/notebooks/expression_tree/*.png
# do not ignore SPM images for notebooks in docs
!docs/source/examples/notebooks/models/*.png
# do not ignore images in _static folder in docs
!docs/_static/favicon/favicon.png
!docs/_static/*.png
# tests
test_callback.log