Add .venv to gitignore

This commit is contained in:
Abdelrahman Said 2025-08-16 13:25:28 +01:00
parent eb98de7c2b
commit 8ec0757b34

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.cache .cache
.vscode .vscode
.venv
test test
test.* test.*
*.dSYM *.dSYM