chore: Ignore python virtualenv files

This commit is contained in:
jack 2023-12-27 11:07:55 -07:00 committed by GitHub
parent a593c7260a
commit c965e35140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -7,3 +7,5 @@
/build /build
*.DS_Store *.DS_Store
__pycache__ __pycache__
.python-version
.venv