From d87503d0242737c4514c4b15849884138f5a48f2 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 27 Oct 2024 20:36:45 +0300 Subject: Remove cache folder --- .gitignore | 2 ++ cache/index.json | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 cache/index.json diff --git a/.gitignore b/.gitignore index ad4a1f1..5708368 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python + +cache diff --git a/cache/index.json b/cache/index.json deleted file mode 100644 index 9e26dfe..0000000 --- a/cache/index.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file -- cgit 1.4.1