From 382a252e0f0a7c42a4cb32224f27997acb6ff160 Mon Sep 17 00:00:00 2001 From: Jochen Hanisch-Johannsen Date: Sun, 11 May 2025 14:44:28 +0200 Subject: [PATCH] Add .gitignore to exclude sensitive and non-code files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b3ba69d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.bib +*.csv +*.html +*.json +*.png +__pycache__/ +.DS_Store +.vscode/