Files
whisper-local-transcribe/.gitignore
2026-01-22 13:00:38 +00:00

26 lines
197 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
dist/
build/
*.egg-info/