Skip to content

Commit 922f65e

Browse files
committed
Update .gitignore to exclude build artifacts
Add sqlc binary and *.test files to gitignore to prevent accidentally committing build artifacts to the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8d805ca commit 922f65e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ __pycache__
33
.DS_Store
44
.*.swp
55

6+
# Build artifacts
7+
sqlc
8+
*.test
9+
610
# Devenv
711
.envrc
812
.direnv

0 commit comments

Comments
 (0)