chore: preserve beads tracker and adopt Go gitignore after python-era reset

This commit is contained in:
2026-08-22 21:41:05 +02:00
commit 8d34426864
7 changed files with 210 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
# Go build artifacts
agent-lib
agent-lib.exe
dist/
*.test
*.out
coverage.*
# Editor/IDE
*.swp
*.swo
*~
.fuse_hidden*
.DS_Store
.idea/
.vscode/
*.code-workspace
# Local env overrides (never commit)
.env
.env.local