-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 1.2 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
# PyInstaller build output (regenerated by build_exe.bat)
build/
dist/
*.spec
# Greco generated audio + logs
*.wav
*.log
# Knowledge corpus: the search index is generated from the text files, never hand-edited
knowledge/knowledge.db
*.db
*.db-journal
*.db-wal
*.db-shm
# Secrets: config.json holds a real API key — never track it (ship config.example.json instead)
config.json
# OS / editor cruft
Thumbs.db
.DS_Store
.vscode/
# One-off / scratch scripts
_recover_gui.py
_dump_tail.py
gui.recovered.py
_verify.py
_commitmsg.txt
# A/B test output folders (generated on demand; not part of the repo)
_style_ab_out/
_ab_out*/
# Developer Notes derivatives — copies or derivatives of files from
# Documents\Developer Notes (Greco)\ that landed in the repo working tree.
# Those files contain private business strategy (StayPlus client context) and
# must NEVER be pushed to GitHub. Add any new derivative here immediately;
# verify with `git status` before committing any new planning docs.
Greco_Development_Guide_and_StayPlus_Readiness.md
software-skills-you-can-learn-from-greco.md
AUTONOMOUS_DEVELOPMENT_DOCTRINE.md
# Desktop shortcut backups
*.lnk.old-exe-backup