Backend Server Code
This commit is contained in:
46
Backend/.gitignore
vendored
Normal file
46
Backend/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# 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
|
||||
|
||||
# Virtual Environment
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Project specific
|
||||
.python-version
|
||||
*.wav
|
||||
output_*/
|
||||
basic_audio.wav
|
||||
full_conversation.wav
|
||||
context_audio.wav
|
||||
|
||||
# Model files
|
||||
*.pt
|
||||
*.ckpt
|
||||
Reference in New Issue
Block a user