-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (76 loc) · 1.93 KB
/
Copy path.gitignore
File metadata and controls
91 lines (76 loc) · 1.93 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Test/demo document collections (personal data, not part of the project)
SearchTheseDocuments/
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
.venv/
env/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Environment
.env
# peekdocs output files
peekdocs_results.*
peekdocs_standard_results.*
peekdocs_regex_results.*
peekdocs_suite_results.*
peekdocs_report_*
peekdocs_accumulated_*
peekdocs_snapshot_*
peekdocs_diff_*
peekdocs_errors.log
.peekdocs.db
.peekdocs.db-wal
.peekdocs.db-shm
.peekdocs_collection.json
# Legacy output files (old app name)
docsearch_results*
docsearch_errors.log
DO_NOT_SEARCH_docsearch_suite_*
# PyInstaller
*.spec
# Sample/test data files (local-only demo docs used while iterating;
# not shipped in the sdist/wheel and not tracked in the public repo).
dashboard.html
employee_data.csv
financial_summary.pdf
meeting_notes.odt
project_log.txt
quarterly_report.docx
sales_data.xlsx
# Ad-hoc dev artifacts at repo root — bag of transient debug/scratch
# files the maintainer generates while iterating. Extend as new
# patterns emerge; safer than blanket rules that could accidentally
# hide a real deliverable.
diff.txt
diff_*.txt
# Local WIP demo videos in docs/images/ — .mp4 recordings kept
# locally for editing before promotion to a tracked .gif. The gif
# is what actually ships in README / USER_GUIDE.
docs/images/*.mp4
# Local sample corpora under samples/ that the maintainer uses for
# GUI screen-tests. The tracked samples/multilingual/ and
# samples/engineering_test/ folders stay in git for the demo hooks
# in README; these `demo_*` and `demo_files/` folders are personal
# fixtures. Extend the pattern if a new demo_ folder shows up.
samples/demo_files/
samples/peekdocs_demo_*/
samples/test-files/peekdocs_*_results.txt
# Debug/temp files
test_gui_debug.py
# Claude Code
.claude/
CLAUDE.md
# Personal notes / docs not for the public repo
THEORY_OF_OPERATION.md