From c0aa1dfee4ca519952199ae3bd482b523be3fa27 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:19:34 +0000 Subject: [PATCH] Update instance repo from cookiecutter template --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index eeec7e2..060fcc5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,7 @@ buck-out/ # Compiled files .venv/ __pycache__/ -.mypy_cache/ -.ruff_cache/ +.*cache/ # Distribution / packaging /build/ @@ -15,8 +14,6 @@ __pycache__/ /*.egg-info/ # Tests and coverage -/.pytest_cache/ -/.cache/ /data/ /node_modules/