diff --git a/backend/mpc-system/.gitignore b/backend/mpc-system/.gitignore new file mode 100644 index 00000000..aa5068a9 --- /dev/null +++ b/backend/mpc-system/.gitignore @@ -0,0 +1,35 @@ +# Environment files (contain secrets) +.env +.env.local +.env.production + +# Build artifacts +/bin/ +*.exe +*.dll +*.so +*.dylib + +# Test binary +*.test + +# Output of go coverage +*.out + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS files +.DS_Store +Thumbs.db + +# Logs +*.log +logs/ + +# Temporary files +tmp/ +temp/