From ce68c7b02b9c13f62e72388acb492a373eca0636 Mon Sep 17 00:00:00 2001 From: darcy220606 Date: Tue, 20 Feb 2024 11:16:25 +0100 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fe6031..c4c2a11 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ Ampcombi.log app_orig.py modules_orig.py -plots_orig.py \ No newline at end of file +plots_orig.py + +__pycache__/ +ampcombi/__pycache__/ \ No newline at end of file