diff options
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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 |