chore: ignore *.egg files

This commit is contained in:
thomasabishop 2024-11-14 09:20:12 +00:00
parent f7dea32866
commit d06a6cecb6

4
.gitignore vendored
View file

@ -6,3 +6,7 @@ __pycache__/
*.pyd *.pyd
.pytest_cache/ .pytest_cache/
data/*.db data/*.db
*.egg-info/
*.egg-info/*
/dist
/build