Removes unused files

This commit is contained in:
Jorge Enrique Gómez Gómez 2022-07-28 02:02:18 -05:00
parent 9fd33ead4e
commit 2cdb1d138e
2 changed files with 3 additions and 10 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Sqlite database
database.db
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View File

@ -1,10 +0,0 @@
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Hi!</h1>
<p>OK.</p>
</body>
</html>