From 9770cf8345d47cb086bd386c0d5c0fca165a6d11 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 22 Apr 2022 13:24:41 +0200 Subject: First commit! :fire: --- app/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/.gitignore (limited to 'app/.gitignore') diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..1ac0ed9 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,4 @@ +# .gitignore for app + +*__pycache__ +*.db \ No newline at end of file -- cgit v1.2.3