Skip to content

Commit 9ba7f8d

Browse files
authored
Add __pycache__ folders to .gitignore (#23)
1 parent 580d15c commit 9ba7f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ $RECYCLE.BIN/
146146
.vale.ini
147147
styles/
148148

149+
# python
150+
__pycache__/
151+
149152
# Ignore build dir in Sphinx + more
150153
.venv/
151154
build/

0 commit comments

Comments
 (0)