vid-to-notes-backend / .gitignore
OmarHusseinZaki's picture
add git ignore
8bcfc64
raw
history blame contribute delete
133 Bytes
# .gitignore
# Python virtual environment
venv/
/venv/
*.pyc
__pycache__/
# Environment variables
.env
# VS Code settings
.vscode/