From 04f78fcca78e700104206b3c7766687cb995710d Mon Sep 17 00:00:00 2001 From: mechstan Date: Fri, 14 Mar 2025 07:44:17 -0700 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c674098 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..194e5d7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# HWIL_Assistant + +A server to perform various tasks for HWIL (Hardware in the loop) \ No newline at end of file