From 9e0ef89ce46c78996781f86a0988af790e85df9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:02:09 +0000 Subject: [PATCH] Add .gitignore for cleaner repository Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com> --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc005a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Operating System Files +.DS_Store +Thumbs.db +*~ + +# Editor Files +.vscode/ +.idea/ +*.swp +*.swo +*.sublime-* + +# Temporary Files +*.tmp +*.bak +*.log +.cache/ + +# Build artifacts (if any are added in the future) +node_modules/ +dist/ +build/