chore: add .gitignore and stage all project files
This commit is contained in:
parent
2b2e78081a
commit
d95149797a
48
.gitignore
vendored
48
.gitignore
vendored
|
|
@ -1,3 +1,45 @@
|
||||||
pytorch_model_*.bin
|
# macOS resource forks
|
||||||
whisper/**
|
._*
|
||||||
temp.wav
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
.npm/
|
||||||
|
dist/
|
||||||
|
.next/
|
||||||
|
.nuxt/
|
||||||
|
|
||||||
|
# Rust / Cargo
|
||||||
|
target/
|
||||||
|
|
||||||
|
# Archives
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.tar.gz
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# Env files (keep example only)
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user