28 lines
451 B
Plaintext
28 lines
451 B
Plaintext
config/mosaic.conf
|
|
output/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
.env
|
|
__pycache__/
|
|
.venv/
|
|
*.pyc
|
|
.claude/
|
|
|
|
# Internal dev files — never publish
|
|
CLAUDE.md
|
|
notes.md
|
|
|
|
# Local corpora / downloaded books — never publish (large, third-party)
|
|
Hacking-Books/
|
|
Hacking-PDF-Books/
|
|
Hacking-Security-Ebooks/
|
|
hacking-books/
|
|
|
|
# Per-project workflow gate dotfiles (do not commit)
|
|
.active-item.json
|
|
.closeout-required.json
|
|
.workflow-approved
|
|
.workflow-bypass
|
|
.workflow-state.json
|