From 4d23f8949489f2bdef0412ebc8719f0d1ea60da3 Mon Sep 17 00:00:00 2001 From: enki Date: Sun, 17 May 2026 15:51:22 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20expand=20.gitignore=20=E2=80=94=20excl?= =?UTF-8?q?ude=20.claude/,=20db-wal,=20env=20files,=20secret=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index fe67cc5..2c56185 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,29 @@ +# Build output /bin/ target/ + +# Local databases *.db +*.db-shm +*.db-wal + +# Local/secret configs (keep example.yaml and dev.yaml, exclude anything with creds) +*.local.yaml +*.prod.yaml +*.secret.yaml + +# Env files +.env +.env.* + +# sqlx offline query cache — uncomment if using SQLX_OFFLINE=true +# .sqlx/ + +# IDE / editor +.idea/ +.vscode/ +*.swp +*.swo + +# Claude Code session memory (local only) +.claude/