Ignore .venv directory

This commit is contained in:
Jahongir Qurbonov 2024-10-19 10:04:37 +05:00
parent 41a6901ed1
commit b41525b4ea

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/