Skip to content

Commit 273f4a8

Browse files
authored
Add pycache to gitignore (#4018)
pycache is created when running Ansible Molecule tests locally.
1 parent 33a7dc9 commit 273f4a8

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
@@ -124,3 +124,6 @@ tags
124124
.ionide
125125

126126
# End of https://www.toptal.com/developers/gitignore/api/go,vim,emacs,visualstudiocode
127+
128+
# Python cache (Ansible molecule)
129+
test/ansible/plugins/filter/__pycache__/

0 commit comments

Comments
 (0)