Fix: ignore .venv/

This commit is contained in:
tsukumi
2024-03-06 07:38:51 +00:00
parent 46935c6917
commit e4cd4f8423

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
__pycache__/ __pycache__/
venv/ venv/
.venv/
.ipynb_checkpoints/ .ipynb_checkpoints/
/*.yml /*.yml