chore: repo scaffold — gitignore, dual license (GPLv3 + CC-BY-SA-4.0), README

This commit is contained in:
2026-05-10 06:17:21 -04:00
commit 9f238d2c57
4 changed files with 1198 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Build / install artifacts
*.egg-info/
build/
dist/
.eggs/
# Virtualenvs (one per sub-package — see core/, BEHAVE-SHELL/, BEHAVE-TEXT/)
.venv/
venv/
# Editor
.vscode/
.idea/
*.swp
# Generated schema artifacts are committed (see */json/observation.schema.json)
# but transient files are not.
*.tmp
# Telegram extractor
*.session
*.session-journal
.env
# Extracted corpora — full message text inside, never publish
*.jsonl
# Private operational dirs (moved to ../BEHAVE-private — belt-and-braces)
/daemon/
/extractors/
/prototype_extractors/
/scripts/
csirt_*.md
*.report.md
test.env
*.local.toml
# Claude internal
.claude/