We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0993310 commit b7d07d9Copy full SHA for b7d07d9
1 file changed
src/generic/.gitignore.jinja
@@ -25,6 +25,8 @@
25
.venv
26
# Ruff cache folder.
27
.ruff_cache
28
+# Python Cache
29
+__pycache*
30
{%- endif %}
31
32
# Config files which are linked.
0 commit comments