From 8feb5c84154e74c8ac303a9e50c9c00a5751de80 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 17 Apr 2026 18:28:26 -0400 Subject: [PATCH] chore: add gitignore file to exclude any unnecessary files from git --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fe2720 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +/.claude_session + +# Plugin installs (managed by vim.pack) +/pack/ + +# Compiled / cached Lua +**/*.luac +/lua/__pycache__/ + +# LSP and tool data +/.luarc.json.bak +/lsp/ + +# Session and state files +/session/ +/sessions/ +/.session + +# Swap, backup, undo files +*.swp +*.swo +*~ +*.bak + +# Logs +*.log + +# OS +.DS_Store +Thumbs.db + +# AI assistant files +CLAUDE.md +GEMINI.md