diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | cache/index.json | 1 |
2 files changed, 2 insertions, 1 deletions
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 |