Add .venv to gitignore and remove from tracking

This commit is contained in:
aiulian25 2025-12-17 00:43:45 +00:00
parent 73a8ae9ffd
commit 0497a827f5
999 changed files with 15 additions and 191616 deletions

15
.gitignore vendored
View file

@ -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/