From c726dbd70beaaa64465667874b0e040c1f7fd62e Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 3 Aug 2025 04:44:54 +0300 Subject: [PATCH] Update .gitignore --- backend/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.gitignore b/backend/.gitignore index fae095e..c4479aa 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1 +1,2 @@ -music/ \ No newline at end of file +music/ +__pycache__/ \ No newline at end of file