chore: ignore *.egg files
This commit is contained in:
parent
f7dea32866
commit
d06a6cecb6
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -6,3 +6,7 @@ __pycache__/
|
|||
*.pyd
|
||||
.pytest_cache/
|
||||
data/*.db
|
||||
*.egg-info/
|
||||
*.egg-info/*
|
||||
/dist
|
||||
/build
|
||||
|
|
Loading…
Add table
Reference in a new issue