Skip to content

Commit 7b3bf2d

Browse files
authored
BLD: add __pycache__ to .gitignore (#26098)
1 parent 455a2cd commit 7b3bf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ coverage_html_report
6565
*.pytest_cache
6666
# hypothesis test database
6767
.hypothesis/
68+
__pycache__
6869

6970
# OS generated files #
7071
######################

0 commit comments

Comments
 (0)