generated from Robertjam954/repository_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 678 Bytes
/
.gitignore
File metadata and controls
45 lines (35 loc) · 678 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
# Python Cache Files
__pycache__/
*.py[cod]
*.egg-info/
# Virtual Environments
.env/
.venv/
env/
venv/
# IDE Files
.vscode/
.idea/
*.code-workspace
# Jupyter Checkpoints
.ipynb_checkpoints/
# OS Files
.DS_Store
Thumbs.db
# References folder (PDFs, local research files — not for version control)
references/
# Private Data and Outputs
outputs_private/
data_private/
# Credentials
*.env
!.env.example
# Sensitive data directories (safety net — these live in DATA_PRIVATE_DIR, not the repo)
data/raw/
data/deidentified/
data/extracted_text/
data/extracted_text_comparison/
# data/features/ and reports/ are NON-PHI and intentionally committed
# Temp files
~$*
*.tmp