diff --git a/.gitignore b/.gitignore index 2d10a041..3a216c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea -.cache +/.cache /venv __pycache__ .pytest_cache diff --git a/tests/files/repo_test/.cache b/tests/files/repo_test/.cache new file mode 120000 index 00000000..abe6e34f --- /dev/null +++ b/tests/files/repo_test/.cache @@ -0,0 +1 @@ +../cache_test \ No newline at end of file