From 30f23163e3030ae66b410b852acf3c69e7ca9cb7 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sat, 25 Jan 2025 14:50:49 +0100 Subject: [PATCH] [gitignore] more ignores --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55801fc..449bc9b 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -data/* \ No newline at end of file +data/* +scratch.py +fixtracks/resources.py +.DS_Store +.python-version +settings.json \ No newline at end of file