From d5563db2611239a904eabfc46ab75ded7ca4e2e2 Mon Sep 17 00:00:00 2001 From: stilbruch Date: Mon, 7 Feb 2022 19:08:24 -0600 Subject: Create basic template application --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/.gitignore (limited to 'app/.gitignore') diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +__pycache__/ -- cgit v1.2.3