# 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
