| # Local development files | |
| node_modules/ | |
| dist/ | |
| __pycache__/ | |
| *.pyc | |
| .git/ | |
| .gitignore | |
| ui/node_modules/ | |
| ui/dist/ | |
| api/__pycache__/ | |
| api/.pytest_cache/ | |
| # Development tools to exclude from HF Space | |
| docker-compose.yml | |
| docker-compose.prod.yml | |
| Makefile | |
| LICENSE | |
| api/Dockerfile | |
| ui/Dockerfile | |
| api/tests/ | |