redaction / .gitignore
gni
chore: update gitignore for Hugging Face Space
edbc2ca
raw
history blame contribute delete
290 Bytes
# 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/