-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (51 loc) · 806 Bytes
/
.gitignore
File metadata and controls
60 lines (51 loc) · 806 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
# --- Jekyll build output ---
_site/
.jekyll-cache/
.jekyll-metadata
.sass-cache/
.bundle/
vendor/
bfg-report/
bfg-report/_site/
# --- macOS / Windows system files ---
.DS_Store
Thumbs.db
# --- Jupyter ---
**/.ipynb_checkpoints/
# Ignore JupyterLab Desktop workspace layouts
notebooks/.jupyter/desktop-workspaces/
# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
pip-wheel-metadata/
.mypy_cache/
# --- Virtual environments ---
.venv/
venv/
.env
.pyenv/
# --- Logs and temp files ---
*.log
*.tmp
*~
*.swp
*.swo
# --- Editor configs ---
.vscode/
# --- Editor settings / cache ---
desktop-settings.json
default-*
*.jupyterlab-workspace
.jupyter/
notebooks/QMCPy_Intro_figures/*.pdf
# Quarto / R Markdown build outputs
*_files/
*_cache/
_site/
*.html
/.quarto/
**/*.quarto_ipynb