-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (47 loc) · 767 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (47 loc) · 767 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
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ignore folders generated by Bundler
.bundle/
vendor/
# Claude Code instructions (local only)
CLAUDE.md
notes/
# Development artifacts
.DS_Store
*.bak
.playwright-mcp/
downloaded_site/
# Python
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
venv/
.venv/
# ML models (downloaded on demand)
*.tflite
# LaTeX build artifacts (build_cv.py cleans these; manual runs leave them behind)
*.aux
*.fdb_latexmk
*.fls
*.lof
*.lot
*.out
*.synctex.gz
*.toc
documents/*.log
missfont.log
# Claude skills (local only)
.claude/
.omc/
.specify/
data/~$publications.xlsx
# Local secrets. onboard_member.py reads DARTMOUTH_CHAT_API_KEY from here;
# it must never be committed.
.env
.env.*
!.env.example