diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..545f58f4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Rust build output +target/ +**/target/ + +# Cargo lock for libraries (optional; binary crates often commit Cargo.lock) +# Cargo.lock + +# IDE / editor +.idea/ +.vscode/ +*.swp +*.swo +*~ +.DS_Store + +# Environment and local overrides +.env +.env.local +*.local