diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9dbaac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Target directory for compiled artifacts +target/ + +# Cargo lock file (optional, remove if using Cargo.lock for binaries) +Cargo.lock + +# IDE and editor files +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS generated files +.DS_Store +Thumbs.db + +# Environment files +.env +.env.local +*.local + +# Log files +*.log +logs/ + +# Test coverage +coverage/ + +# Temporary files +*.tmp +*.temp +temp/