aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore21
1 files changed, 20 insertions, 1 deletions
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