From 5b018bf4f26fae67e54368aafb18bc40e07cfbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=89=E6=9C=AB?= Date: Tue, 14 Jul 2026 12:26:18 +0800 Subject: [PATCH] chore: add gitignore for worktrees and runtime artifacts Co-authored-by: Cursor --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2365439 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.worktrees/ +data/ +__pycache__/ +*.pyc +.pytest_cache/ +.venv/ +venv/ +node_modules/ +frontend/dist/ +.env +*.db +.DS_Store