-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (61 loc) · 925 Bytes
/
Copy path.gitignore
File metadata and controls
66 lines (61 loc) · 925 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
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.env
docker-compose.override.yml
.venv/
.venv2/
venv/
*.pkl
.ipynb_checkpoints/
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
data/processed/*
!data/processed/.gitkeep
data/uploads/*
!data/uploads/.gitkeep
reports/*.png
reports/runs/
reports/events.jsonl
reports/clinical_audit.jsonl
# --- Agentic AI / local coding assistants (never publish) ---
.vscode/
.cursor/
.claude/
.aider*
.continue/
.windsurf/
.codeium/
.agent/
.agents/
AGENTS.md
CLAUDE.md
*.plan.md
.cursor-*.md
agent-transcripts/
**/.cursor/
# Local-only scratch (never push)
implimentation/
implementation_private/
*niw*
*NIW*
*petition*
*uscis*
docs/ieee*
docs/*paper_draft*
docs/study_protocol*
docs/study_protocol_*.md
**/recommendation_letter*
# Angular
web/node_modules/
web/dist/
web/.angular/
# Local-only academic writing (not part of software repo)
book/
research-paper/
research_paper/