Files
malabar/.gitignore
2026-03-04 19:08:15 +08:00

70 lines
646 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# UV
.uv/
uv.lock
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# node
node_modules/
package-lock.json
# Project specific - Input/Output files
*.mp4
*.mov
*.avi
*.mkv
cache/
# cached files
_translate_cache/
_lines/
_speakers_debug/
# Progress files
.step1_progress.json
.step3_progress.json
.transcription_progress.json
# API keys and secrets
*.key
.secrets