From 59e4e27a97b7cacb482556da91f5b0bb1ed7b0b1 Mon Sep 17 00:00:00 2001
From: Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com>
Date: Sat, 29 Mar 2025 12:13:27 +0330
Subject: [PATCH] Update .gitignore

---
 .gitignore | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index b98ac579..ac744f79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,19 +14,18 @@
 # Dependency directories (remove the comment below to include it)
 # vendor/
 
-# Temporary files and directories
+# macOS specific files
 *.DS_Store
-.idea
-.vscode/
-.cache/
-tmp/
-*.log
 
-# Compressed files
+# IDE specific files
+.idea/
+.vscode/
+
+# Archive files
 *.zip
 *.tar.gz
 
-# Build directories and files
+# Binaries
 xray
 xray_softfloat
 mockgen
@@ -35,11 +34,13 @@ vprotogen
 errorgen
 !common/errors/errorgen/
 *.dat
+
+# Build assets
 /build_assets
 
 # Output from dlv test
 **/debug.*
 
-# Certificate files
+# Certificates
 *.crt
 *.key