Skip to content

Commit

Permalink
Merge pull request #13232 from MggMuggins/update-gitignore
Browse files Browse the repository at this point in the history
gitignore: Ignore all __pycache__ under doc/
  • Loading branch information
tomponline committed Mar 28, 2024
2 parents e6f9af1 + d15af32 commit 147f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ doc/.sphinx/warnings.txt
doc/.sphinx/.wordlist.dic
doc/.sphinx/_static/swagger-ui
doc/.sphinx/_static/download
doc/__pycache__
doc/**/__pycache__

# For Atom ctags
.tags
Expand Down

0 comments on commit 147f82d

Please sign in to comment.