mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
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:
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -8,6 +8,7 @@ env/
|
||||
venv/
|
||||
ENV/
|
||||
.venv
|
||||
.venv-tests
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user