Add .venv to gitignore and remove from tracking
This commit is contained in:
parent
73a8ae9ffd
commit
0497a827f5
999 changed files with 15 additions and 191616 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -21,3 +21,18 @@ coverage/
|
|||
.temp/
|
||||
backups/
|
||||
logo-cache/
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Desktop app builds
|
||||
desktop-app/dist/
|
||||
desktop-app/build/
|
||||
desktop-app/node_modules/
|
||||
|
||||
# Uploads and recordings
|
||||
uploads/
|
||||
recordings/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue