From f6b0b1b7e4a951dc46615821c4ea424c30b09ef9 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 13 Nov 2024 14:50:00 -0800 Subject: [PATCH] updated gitignore --- .github/workflows/env_vars.yml | 3 --- .gitignore | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/env_vars.yml b/.github/workflows/env_vars.yml index f50f1802..b55d4b90 100644 --- a/.github/workflows/env_vars.yml +++ b/.github/workflows/env_vars.yml @@ -1,9 +1,6 @@ name: Generate .env File on: - push: - branches: - - add_ci_and_linting workflow_dispatch: jobs: diff --git a/.gitignore b/.gitignore index c03e0681..e5cb10dc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ __pycache__/ bin/ build/ lib/ +pytest_cache +mypy_cache # Virtual Environment venv @@ -17,3 +19,6 @@ node_modules # Mac .DS_Store /.next/.env + +# Env file +.env \ No newline at end of file