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/