-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (42 loc) · 856 Bytes
/
.gitignore
File metadata and controls
58 lines (42 loc) · 856 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
58
notebooks/
__pycache__/
.pytest_cache/
dist/
.venv/
*.egg-info/
# Ignore Sphinx build artifacts
docs/build/
docs/_build/
docs/generated/
.sphinx-build-environment
# Auto-generated documentation
_autosummary/
_autodoc/
# System-specific files
Thumbs.db
.DS_Store
# coverage
.coverage
# PyCharm settings
.idea/
# macOS custom attributes file
*.DS_Store
# VScode settings
.vscode/
.venv/
# Quarto
README.html
README_files/
# requirements.txt
# Ignore pyrightconfig.json to enable custom venv to be set
pyrightconfig.json
docs/data/shallow_water/X.npy
docs/data/shallow_water/Y.npy
docs/tutorials/05_reaction_diffusion copy.ipynb
docs/data/simulator_results.csv
# Ignore experimental exploratory data path
autoemulate/experimental/exploratory/data
# Ignore case studies data by default
case_studies/**/data/
# Benchmarking data
benchmarks/data/