diff --git a/.gitignore b/.gitignore index 060076d..7b1dd2b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ target/ venv/ .idea/ .vscode/ -api-key.json + +/.env diff --git a/api-key-empty.json b/api-key-empty.json deleted file mode 100644 index 392cfb1..0000000 --- a/api-key-empty.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "api_key": "" -} \ No newline at end of file