From 88f9e4f679b5db4059d567a2e6702515f090737a Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 00:31:19 +0800 Subject: [PATCH] auto-sync: 2026-05-17 00:31:19 --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ tests/__init__.py | 0 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 tests/__init__.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..434ff6d --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Python +.venv/ +__pycache__/ +*.pyc +*.pyo +*.egg-info/ +dist/ +build/ + +# SQLite databases (backed up separately via sqlite3 backup) +*.db +*.db-wal +*.db-shm + +# Artifacts (regenerable) +projects/*/artifacts/ + +# Node +node_modules/ +src/frontend/node_modules/ + +# Logs +logs/ + +# IDE +.idea/ +.vscode/ +*.swp + +# OS +.DS_Store + +# Inbox (volatile) +inbox/*.jsonl diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29