1
2
3
4
5
6
7
8
|
# The binary `go build` drops here, named after the directory.
/blocks
# Local authoring databases, including the WAL sidecar files.
*.sqlite
*.sqlite-wal
*.sqlite-shm
# Scratch space for local experiments (see USE_RELATIVE_TMP in CLAUDE.md).
/tmp/
|