From 2cdb1d138e415f2015d1b85a2d059ca453d7f575 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Thu, 28 Jul 2022 02:02:18 -0500 Subject: [PATCH] Removes unused files --- .gitignore | 3 +++ html/index.html | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 html/index.html diff --git a/.gitignore b/.gitignore index b1cb160..26d6c24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Sqlite database +database.db + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/html/index.html b/html/index.html deleted file mode 100644 index f70f774..0000000 --- a/html/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - Test - - -

Hi!

-

OK.

- - -