Skip to content

Commit 28bdbc2

Browse files
committed
build: ignore venv directories
- commonly stored in .venv as the initial dir to support
1 parent 2325248 commit 28bdbc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ coverage.xml
4747
*.pot
4848

4949
# Sphinx documentation
50-
docs/_build/
50+
docs/_build/
51+
52+
# Virtual env directories
53+
.venv

0 commit comments

Comments
 (0)