cfasim 0.3.15

CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Python
__pycache__/
*.egg-info/
/build/
.pytest_cache/

# UI
node_modules/
/dist/
interactive/public/*.whl
interactive/public/wheels.json

# Tests
/test-results/
/playwright-report/
/playwright/.cache/