Skip to content

Commit 672fa3b

Browse files
committed
ignore pytest cache
1 parent d4a65a1 commit 672fa3b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,16 @@
6060
# List of patterns, relative to source directory, that match files and
6161
# directories to ignore when looking for source files.
6262
# This pattern also affects html_static_path and html_extra_path .
63-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "venv", ".venv"]
63+
exclude_patterns = [
64+
"_build",
65+
"Thumbs.db",
66+
".DS_Store",
67+
"venv",
68+
".venv",
69+
".github",
70+
".pytest_cache",
71+
".ruff_cache",
72+
]
6473

6574
# The name of the Pygments (syntax highlighting) style to use.
6675
pygments_style = "monokai"

0 commit comments

Comments
 (0)