Spaces:
No application file
No application file
sam133
Refactor: Restructure codebase with modular design patterns and fix orchestrator implementation
9529bc2
| # 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 | |
| venv/ | |
| ENV/ | |
| env/ | |
| .env | |
| # IDE | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Logs | |
| *.log | |
| logs/ | |
| error.log | |
| robot_debug.log | |
| # Data | |
| data/ | |
| *.pkl | |
| *.h5 | |
| *.npy | |
| *.npz | |
| # Hugging Face Spaces | |
| spaces/.env | |
| spaces/logs/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Hugging Face Spaces specific | |
| flagged/ | |
| .gradio/ | |
| gradio_cached_examples/ | |
| *.gif | |
| simulation_*.gif | |
| temp_* |