From f83ed85b510f3ab18c51e9c161a4afb23482b9de Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 16 Jan 2026 10:19:11 +0800 Subject: chore: update .gitignore to include additional files and directories Added entries for Python version, Ruff cache, ESLint cache, Svelte build files, Node.js modules, and Python build artifacts to the .gitignore file to improve project cleanliness and prevent unnecessary files from being tracked. --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3f0ebb6..1c6830d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,23 @@ target/ Cargo.lock # Tauri dev files -src-tauri/gen/ \ No newline at end of file +src-tauri/gen/ + +# Python version +.python-version + +# Ruff +.ruff_cache/ + +# ESLint +.eslintcache + +# Svelte +.svelte-kit/ + +# Node.js +node_modules/ + +# Python Build +dist/ +__pycache__/ \ No newline at end of file -- cgit v1.2.3-70-g09d2