diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c59d240 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Rust +/target/ +**/*.rs.bk +Cargo.lock + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log + +# Environment files +.env +.env.local \ No newline at end of file