Skip to content

Commit 308618b

Browse files
hyperpolymathclaude
andcommitted
chore: update gitignore for SQLite, VeriSimDB, and build artifacts
Add patterns for SQLite database files, VeriSimDB local data, shared library outputs (.so/.dylib), and Zig global cache directories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dfc721a commit 308618b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,19 @@ v.mod.lock
116116

117117
# Hypatia scanner logs
118118
.hypatia/
119+
120+
# SQLite database files (created during testing/use)
121+
*.sqlite
122+
*.sqlite3
123+
*.db
124+
125+
# VeriSimDB local data
126+
.verisimdb/
127+
128+
# Shared library build outputs (cartridge .so files)
129+
*.so
130+
*.dylib
131+
132+
# Zig global cache
133+
.zig-cache/
134+
zig-out/

0 commit comments

Comments
 (0)