Add venv/ to .gitignore

This commit is contained in:
uonr 2023-05-18 15:43:52 +08:00 committed by GitHub
parent 62a371e12b
commit 85faa5c2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ custom_nodes/
!custom_nodes/example_node.py.example
extra_model_paths.yaml
/.vs
venv/