transcription/.gitignore
2026-05-29 11:13:06 +03:00

69 lines
545 B
Plaintext

**/__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Модели и кэш
models/
*.bin
*.pt
*.pth
*.onnx
checkpoints/
# Временные и выходные файлы
tmp/
temp/
output/
*.wav
*.mp3
*.m4a
*.ogg
*.flac
*.docx
*.md
!README.md
!AGENTS.md
*.txt
!.gitkeep
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Secrets
.env
.env.local
*.key
*.secret
# User data
video/
*.mp4