initial commit/ pipeline
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
# ======================
|
||||
# Python
|
||||
# ======================
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Virtual environments
|
||||
enisper/
|
||||
venv/
|
||||
*.env/
|
||||
|
||||
# ======================
|
||||
# Audio / Video / Media
|
||||
# ======================
|
||||
*.mp3
|
||||
*.mp4
|
||||
*.wav
|
||||
|
||||
# ======================
|
||||
# Data / Outputs
|
||||
# ======================
|
||||
input/
|
||||
output/
|
||||
summary/
|
||||
*.json
|
||||
*.txt
|
||||
|
||||
# ======================
|
||||
# Archives
|
||||
# ======================
|
||||
*.zip
|
||||
|
||||
# ======================
|
||||
# OS / Editor
|
||||
# ======================
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
|
||||
# ======================
|
||||
# Experimental scripts
|
||||
# ======================
|
||||
2moodle.py
|
||||
app.old_inside_pipeline.py
|
||||
feedback_bewertung.py
|
||||
|
||||
Reference in New Issue
Block a user