| # Exclude node_modules from frontend | |
| App/frontend/node_modules | |
| # Exclude models and venv from backend | |
| App/backend/models | |
| App/backend/venv | |
| App/backend/__pycache__ | |
| App/backend/*.wav | |
| # Exclude other build artifacts | |
| dist | |
| static | |
| .git | |
| .gitignore | |
| .dockerignore | |
| README.md | |