2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

fix(backend): re-ignores tandard uv venv (#9511)

This commit is contained in:
Matthias Mair
2025-04-16 00:05:07 +02:00
committed by GitHub
parent 9ab82a187e
commit bb6d8fb367

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ __pycache__/
.Python .Python
env/ env/
inventree-env/ inventree-env/
.venv/
./build/ ./build/
.cache/ .cache/
develop-eggs/ develop-eggs/