From 2a4b42172dbdb854bbd6fb5dd5d284098d3651dc Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 30 Sep 2024 17:03:10 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24feda2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/__pycache__ +*.pyc + +.DS_Store + +nohup.out