first commit
This commit is contained in:
commit
b6d47982c7
8 changed files with 1353 additions and 0 deletions
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Processed files
|
||||
*.wav
|
||||
*.mp3
|
||||
*.mp4
|
||||
*.srt
|
||||
*.vtt
|
||||
transcript*.*
|
||||
!transcription-runner/mio_video.mp4
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
._.DS_Store
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.ropeproject/
|
||||
Loading…
Add table
Add a link
Reference in a new issue