Add .venv-tests to .gitignore

The test runner creates a .venv-tests directory for test isolation.
This should not be committed to the repository.
This commit is contained in:
Claude
2025-11-18 14:14:50 +00:00
parent 5097689967
commit a11ad269ae

1
backend/.gitignore vendored
View File

@@ -8,6 +8,7 @@ env/
venv/
ENV/
.venv
.venv-tests
# Environment
.env