File size: 642 Bytes
263a6a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# NaturalCAD Space Runtime Notes

## Intention

The Hugging Face Space should run the leanest useful version of NaturalCAD.

## What the Space really needs

- `app.py`
- root `requirements.txt`
- `apps/gradio-demo/app/main.py`
- selected branding assets used by the README
- lightweight artifacts directories with `.gitkeep`

## What the Space does not need for MVP runtime

- `apps/backend-api/`
- `apps/web-visualizer/`
- legacy archive material
- local generated runs/log files

## Why `.hfignore` exists

The repository can still hold planning material and future infrastructure, while the Space runtime stays lighter and less confusing.