-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (65 loc) · 1.47 KB
/
Copy path.gitignore
File metadata and controls
74 lines (65 loc) · 1.47 KB
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
67
68
69
70
71
72
73
74
# User data / vault output
raw/
hub/
logs/
*.log
# v0.60.1: un-ignore the packaged sample vault that ships in the wheel.
# Without these negations the global raw/ and hub/ patterns would swallow
# src/research_hub/samples/sample_vault/raw/** and the CI test for
# dashboard --sample fails because `glob('*.md')` returns empty.
!src/research_hub/samples/**/raw/
!src/research_hub/samples/**/raw/**
!src/research_hub/samples/**/hub/
!src/research_hub/samples/**/hub/**
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
pytest-cache-files-*/
.pip-build-tracker/
.pip-tmp/
.pytest-tmp/
.pytest-work/
.research_hub_logs/
.research_hub_samples/
.tmp/
.venv/
venv/
bad-key/
key/
z-key/
# User config
config.json
.env
# Claude local config
.claude/
# Test artifacts
tests_tmp/
test_artifacts/
pytest_tmp/
*.tmp
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
# Skill backup
SKILL.md.bak
# Local Windows CLI wrapper (generated by pip install)
research-hub.cmd
.ai/
# Codex-delegate wrapper drops a stray result.json at repo root on
# every run; root-anchored so legit nested */result.json is unaffected.
# Prevents the release gate's clean-tree check from blocking on it.
/result.json
dist/
.gemini-context-*.md
# Local dev-only patchright shim (real patchright ships via [playwright] extra)
src/patchright/
.coverage
# Local maturity-audit roadmap: internal, documents UNFIXED security findings
# (kept on disk for v1.0.8+ planning, must NOT be published to the public repo).
.maturity_roadmap.md