diff --git a/.gitignore b/.gitignore index c5bf2f1..683834e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,35 @@ -./.idea/ \ No newline at end of file +# IDEs +.idea/ +.vscode/ + +# OS +.DS_Store +Thumbs.db + +# Go build artifacts +bin/ +dist/ +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Go tooling +*.test +*.out +coverage/ + +# Logs +*.log + +# Local env +.env +.env.* + +# Temp +.tmp/ +tmp/ + +# Dependency directories (uncomment if you vendor) +# vendor/