Add README, PolyForm NC license, and harden .gitignore for public release
This commit is contained in:
+17
@@ -8,3 +8,20 @@ __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
|
||||
|
||||
Reference in New Issue
Block a user