commit: c046c1f11203493afa94afc4023b4eeb42b825e9 Author: Brian Harring <ferringb <AT> gmail <DOT> com> AuthorDate: Sun Dec 7 23:10:19 2025 +0000 Commit: Brian Harring <ferringb <AT> gmail <DOT> com> CommitDate: Sun Dec 7 23:10:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=c046c1f1
ignore .venv, whether directory or symlink Signed-off-by: Brian Harring <ferringb <AT> gmail.com> .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2088bea8..ffed16bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.py[co] .*.sw[po] -.venv/ +.venv # C extensions src/**/*.so
