initial commit
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Data files (stage outputs)
|
||||
data/output.json
|
||||
data/scripts.json
|
||||
data/audio/*.wav
|
||||
data/audio/*.mp3
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Ollama model cache (if stored locally)
|
||||
ollama/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user