From dcfa679f80984dc5ff933b5db90ae5882fac6ddf Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 18 Sep 2025 22:37:22 +0800 Subject: [PATCH] update --- .gitignore | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75609da..77c854e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Python venv/ __pycache__/ *.pyc @@ -7,6 +8,29 @@ __pycache__/ *.so .env .venv -logs/*.log + +# Runtime data and databases +data/ +logs/ +*.log +*.db +*.sqlite +*.sqlite3 + +# IDE and editors .DS_Store .claude/ +.vscode/ +.idea/ + +# Docker +.dockerignore + +# Configuration (if contains sensitive info) +config/local_* +config/prod_* + +# Temporary files +tmp/ +temp/ +*.tmp