Spaces:
Sleeping
Sleeping
| # Models (FastEmbed cache) | |
| .cache/ | |
| models/ | |
| *.bin | |
| *.onnx | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| .venv/ | |
| env/ | |
| ENV/ | |
| .env | |
| .env.local | |
| .env.production | |
| *.env | |
| *.egg-info/ | |
| .eggs/ | |
| *.egg | |
| dist/ | |
| build/ | |
| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Build outputs | |
| frontend/build/ | |
| *.tgz | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .project | |
| .classpath | |
| .settings/ | |
| # OS files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Data directories | |
| backend/data/storage/ | |
| backend/data/temp/ | |
| backend/data/tts_cache/ | |
| backend/data/agents/ | |
| *.db | |
| # Test data (optional - uncomment if you want to include) | |
| # test_data/ | |
| # Logs | |
| *.log | |
| logs/ | |
| # Misc | |
| *.bak | |
| *.tmp | |
| .cache/ | |
| # Documentation build | |
| md files/ | |