diff --git a/.gitignore b/.gitignore index 5f71c31..dcf25cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ +# Go +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out +coverage.out + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Environment +.env + +# Documentation docs/ -CLAUDE.md \ No newline at end of file + +# Claude +CLAUDE.md + +# Frontend +frontend/node_modules/ +frontend/.next/ +frontend/out/