-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (53 loc) 路 952 Bytes
/
Copy path.gitignore
File metadata and controls
67 lines (53 loc) 路 952 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
59
60
61
62
63
64
65
66
67
# Python
__pycache__/
.venv/
.coverage
.pyc
# Pixi
.pixi/
# PyInstaller
dist/
build/
*.spec
# MkDocs
docs/site/
# Generated docs-serving copies of the canonical JS runtimes and the
# shared figure loader (synced from src/ by `pixi run
# docs-sync-vendored-js`; the source of truth is src/)
docs/docs/assets/javascripts/vendor/threejs/
docs/docs/assets/javascripts/vendor/plotly/
docs/docs/assets/javascripts/ed-figures.js
# Jupyter Notebooks
.ipynb_checkpoints
# Node
node_modules/
# QtCreator
*.autosave
*.qmlproject.user
*.qmlproject.user.*
*.pyproject.user
*.pyproject.user.*
CMakeLists.txt.user*
# PyCharm
.idea/
# VS Code
.vscode/
# macOS
.DS_Store
*.app
*.dmg
# Misc
.cache/
*.log
*.zip
# Agents
AGENTS.md
CLAUDE.md
# ED
# Used to fetch tutorials data during their runtime. Need to have '/' at
# the beginning to avoid ignoring 'data' module in the src/.
/data/
/projects/
/tmp/
# FullProf/CrysFML Fortran scratch unit files
fort.*