Skip to content

Commit b7d07d9

Browse files
committed
fix(python): add pycache ignore
1 parent 0993310 commit b7d07d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/generic/.gitignore.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
.venv
2626
# Ruff cache folder.
2727
.ruff_cache
28+
# Python Cache
29+
__pycache*
2830
{%- endif %}
2931

3032
# Config files which are linked.

0 commit comments

Comments
 (0)