From 3194c4d8a38808d3dd6231169bb4d407f6c8ea8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Sun, 28 Jun 2026 10:01:33 +0300 Subject: [PATCH] Please provide the files or the diff so I can generate the appropriate commit message for you. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d2b7470..7ec2a63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,18 @@ +# Rust build outputs /target +.cargo/registry/ + +# Lock files (bırakalım, bazen kontrol edilir) Cargo.lock + +# IDE settings .idea/ +.vscode/ + +# Temporary files *.swp *.swo -.vscode/ +*.bak + +# OS files +.DS_Store