Initial project setup for AudioScribe

Basic environment for Volcano Engine (Bytedance) bigmodel audio
transcription API. Includes Python virtual environment, dependencies
(requests, python-dotenv), and configuration template.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-05-26 14:11:08 +08:00
commit 060ee7012e
4 changed files with 44 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Virtual environment
.venv/
venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
# OS
Thumbs.db
Desktop.ini
.DS_Store
# Audio files (large)
*.wav
*.mp3
*.flac
*.ogg
*.m4a
*.wma
*.aac
# Output
output/