1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Build
/target/
.cargo/
# Web frontend build artifacts
web/dist/
web/node_modules/
node_modules
# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.*
# Playwright e2e test artifacts
playwright-report/
test-results/
# Claude / Planning / Dev
.claude/
.planning/
.devcontainer/
.code-graph/
.mcp.json
.cache
.fastembed_cache
.dolt/
.beads/
.forge/
# Dolt database files (added by bd init)
*.db