chore: add .gitignore

This commit is contained in:
2026-04-16 19:44:44 +02:00
parent 50d1686b1e
commit b4026235ab

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Binary
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test & coverage
*.test
coverage.out
coverage.html
# Environment
.env
.env.local
.env.*.local
# Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Go workspace
go.work
go.work.sum
# Temp files
tmp/
*.tmp