diff --git a/.gitignore b/.gitignore index 82d4dcf..ca3e705 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,11 @@ # Test binary, built with `go test -c` *.test +# DB files +.db +.db-wal +.db-shm + # Code coverage profiles and other test artifacts *.out coverage.*