Merge branch 'main' of github.com:steveyegge/beads

This commit is contained in:
Steve Yegge
2025-11-12 10:57:38 -08:00
106 changed files with 8583 additions and 2154 deletions

15
.gitignore vendored
View File

@@ -14,6 +14,9 @@
# Go workspace file
go.work
# Go build cache
pkg/
# IDE
.vscode/
.idea/
@@ -85,4 +88,14 @@ npm-package/package-lock.json
.beads/beads.db?*
bd-original
mcp_agent_mail/
tests/integration/__pycache__/
bd-test
bd-fixed
.cursor/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.envrc