+ Gitignore

This commit is contained in:
Daniel Legt 2025-07-22 15:10:10 +03:00
parent 9bffdc3523
commit 0777c108ee
1 changed files with 29 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Build artifacts
*.exe
*.o
*.a
*.so
*.dylib
# Vendor dependencies (if using vendoring)
/vendor/
# Go module cache
/go/pkg/mod/
/go/pkg/cache/
# IDE/Editor specific files
.idea/
.vscode/
*.swp
*.swo
*~
tmp/
# OS generated files
.DS_Store
# Logs
*.log
# Any other temporary or build files specific to your project