From ad10b2c618f1df5560cb32027124ee29282889ff Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Mon, 17 Jun 2024 12:20:59 +0700 Subject: [PATCH] Update .gitignore --- app/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/.gitignore diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..2b8380b --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,6 @@ +**/__pycache__ +*.pyc +venv/ +env/ +.beaker/data/* +!.beaker/data/.noremove