Ignore .venv

This commit is contained in:
Jahongir Qurbonov 2024-10-14 14:43:33 +05:00
parent bc5a7206ac
commit 6b6714c8b5

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ __pycache__/
.pytest_cache/ .pytest_cache/
.mypy_cache/ .mypy_cache/
.ruff_cache/ .ruff_cache/
.venv/
dist/ dist/
dist-doc/ dist-doc/
build/ build/