Skip to content
Prev Previous commit
Next Next commit
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>
  • Loading branch information
claude committed Oct 29, 2025
commit 922f65ec83f4cd707512205da6ccb788c426d87d
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ __pycache__
.DS_Store
.*.swp

# Build artifacts
sqlc
*.test

# Devenv
.envrc
.direnv
Expand Down