From 8323fdd73272a2882781aba3c499ba0be3dff2a6 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sat, 13 Dec 2025 02:51:15 +0100 Subject: committing to insanity --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e924706 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Ignore Rust build artifacts +/target/ +Cargo.lock + +# Ignore vscodes bs files +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Ignore macOS files +.DS_Store + +# Ignore session data +session.json + +# Ignore logs +*.log -- cgit v1.2.3-70-g09d2