diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:23:36 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 20:23:36 +0200 |
| commit | 3e2aded5b9019acafb11a40eac7cc21d4d3e4686 (patch) | |
| tree | 27933df013980618ae4b878f15cc8f47f697bcef | |
| parent | 895ed4be433a4159250b276bd99f574c9c39c98e (diff) | |
Removed unnecessary files
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | main.py | 6 |
2 files changed, 4 insertions, 7 deletions
@@ -175,4 +175,7 @@ data *.db # Environmental variables -*.flaskenv
\ No newline at end of file +*.flaskenv + +# Caches +.ruff_cache
\ No newline at end of file diff --git a/main.py b/main.py deleted file mode 100644 index cfb859b..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from match-up!") - - -if __name__ == "__main__": - main() |
