Adive01 commited on
Commit
55dc291
·
verified ·
1 Parent(s): 828e188

Upload .pytest_cache/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. .pytest_cache/README.md +8 -0
.pytest_cache/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # pytest cache directory #
2
+
3
+ This directory contains data from the pytest's cache plugin,
4
+ which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
5
+
6
+ **Do not** commit this to version control.
7
+
8
+ See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.