Add .venv to gitignore. (#5060)

This commit is contained in:
Rot127 2025-04-03 08:38:47 +00:00 committed by GitHub
parent ffba87376d
commit 9a00cfda75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -136,3 +136,4 @@ subprojects/softflo*/
dist/windows/Output
# Core files generated by OpenBSD
*.core
.venv