29 lines
412 B
Plaintext
29 lines
412 B
Plaintext
# Models (too large for git)
|
|
backend/main/xiaozhi-server/models/
|
|
backend/main/xiaozhi-server/test/
|
|
backend/main/xiaozhi-server/tmp/
|
|
backend/main/xiaozhi-server/music/
|
|
|
|
# Frontend build artifacts
|
|
frontend/build/
|
|
frontend/managed_components/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Config with secrets
|
|
backend/main/xiaozhi-server/data/.config.yaml
|