From 1397c5c1a61815d31c677cca8c1428e1d0ac1fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Sat, 9 May 2026 22:13:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=87=20BATMAN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dae1014 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Generated by Cargo +# will have compiled files and executables +/target +.DS_Store + +# These are backup files generated by rustfmt +**/*.rs.bk +.claude/worktrees/ +**/*.log +**/*.tmp +**/*.bak +.env +__pycache__/ + +# Build pipeline output +/dist/ + +.obsidian + +settings.local.json