voice-to-text / .gitignore
beeguy's picture
requirements
347a6dd
raw
history blame
79 Bytes
# .gitignore file for python projects
.venv
.env
__pycache__
*.pyc
*.pyo
*.pyd