36 lines
499 B
Plaintext
36 lines
499 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
*.so
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
runs/
|
|
/runs
|
|
|
|
# Cython-generated sources (auto-generated from .pyx anywhere under src/)
|
|
src/**/*.c
|
|
|
|
# Local session / lock files
|
|
.compute.lock
|
|
.claude/
|
|
|
|
# Rust build output
|
|
target/
|
|
|
|
# Local toolchains
|
|
tools/julia/
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
.pytest_cache
|
|
.ruff_cache
|
|
|
|
# Web dependencies and locally exported deployment models
|
|
web/node_modules/
|
|
web/*.tsbuildinfo
|
|
web/public/models/*.onnx
|
|
web/public/models/*.json
|