Merge "Ignore .eggs directory"

This commit is contained in:
Zuul 2024-02-01 16:09:12 +00:00 committed by Gerrit Code Review
commit 1823b74988
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.py[co]
*.egg
*.egg-info
.eggs/*
build
!.coveragerc
!.gitignore