From 9b3b1c478a3649c301f0f26e7a0da79f28b4e6f7 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 Jan 2026 07:54:19 +0100 Subject: [PATCH] initial commit --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58afa4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +.git +node_modules +.venv +venv +__pycache__ +.mypy_cache +.pytest_cache +dist +build +out +.next +.nuxt +.turbo +.parcel-cache +.cache +target +src-tauri/target +coverage +logs +tmp +temp +output +tmp* +*.log +*.tmp +*.swp +*.wav