Updated .gitignore

This commit is contained in:
Andrew 2023-04-22 20:40:10 +07:00
parent 936ae26f7b
commit 3afdd7276f

3
.gitignore vendored
View file

@ -4,4 +4,5 @@ __pycache__
# Building project with `pip wheel . -w wheels` will create a `wheels` directory # Building project with `pip wheel . -w wheels` will create a `wheels` directory
wheels wheels
*.egg-info *.egg-info
build build
.mypy