From 9fa04a4e2ac2c8cc45bc03b68fa7fa7cfcea0101 Mon Sep 17 00:00:00 2001 From: Adam Fekete <adam@fekete.co.uk> Date: Fri, 24 Mar 2023 11:50:43 +0100 Subject: [PATCH] cleanup --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6ef0525..d22bf26 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,13 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ + + +## Other random stuffs + +.lesshst +.bash_history +.jupyter/ +.keras/ +.local/ \ No newline at end of file -- GitLab