1
0
Fork 0
mirror of synced 2024-05-03 12:12:56 +12:00

gitignore: exclude anything starting with venv

This commit is contained in:
loathingKernel 2022-09-12 15:28:16 +03:00
parent 2a9bf5ac59
commit 5332767024

4
.gitignore vendored
View file

@ -10,9 +10,7 @@ __pycache__
/deb_dist
*.tar.gz
/Rare.egg-info/
/venv
/venv310/
/venv311/
/venv*
/test.py
/.eggs
/appimage-builder-cache/