-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 868 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 868 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
.claude/
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
build/
dist/
.DS_Store
# Local working directories that don't belong to this repo
Kimi_Agent_Competitor Analysis & Site Design/
# === PRIVATE DATA — NEVER COMMIT ===
# Belt: ignore everything inside the private directory...
private/*
private/**/*
# ...except the governance README and a single .gitkeep so the directory
# itself is visible in the tree. Nothing else from private/ may be tracked.
!private/README.md
!private/.gitkeep
# Suspenders: also ignore by pattern in case files leak outside private/
*.private.jsonl
*.private.json
*.private.csv
_proprietary
_cashlessnow
_hospital_data
# Any gold set beyond the public 200 is assumed private
tests/data/gold_5*.jsonl
tests/data/gold_1*.jsonl
tests/data/gold_private*.jsonl
tests/data/proprietary/
# PII-adjacent patterns
*pii*
*sensitive*