From ffbfe5fdec14141fc894225a9891be045f7e7d6e Mon Sep 17 00:00:00 2001 From: Atirut Wattanamongkol Date: Sun, 10 Mar 2024 16:08:23 +0700 Subject: [PATCH 1/2] Ignore `__pycache__` --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b4e368..9cfc916 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Source/*.mid Source/*.txt -*.txt \ No newline at end of file +*.txt +__pycache__/ From 13dbae1c5d1b5cebbb523ce71c336a90e2b29a51 Mon Sep 17 00:00:00 2001 From: Atirut Wattanamongkol Date: Mon, 11 Mar 2024 17:17:37 +0700 Subject: [PATCH 2/2] Remove old `.gitignore` lines --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9cfc916..f1e87bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -Source/*.mid -Source/*.txt *.txt __pycache__/