# Rust build artifacts
/target
/Cargo.lock
flamegraph.svg

# Editor / IDE
.idea/
.zed
.claude/
settings.local.json

# Environment / secrets
*.env
CI.yml

# Python (helper scripts + venvs are not part of the Rust project)
*.py
!stochastic-rs-py/python_smoke.py
!stochastic-rs-py/tests/*.py
venv/
.venv/

# Personal scratch
paper/
/test

# LaTeX intermediates (the docs/ directory holds .tex sources that build
# locally; only the resulting markdown audits + the katex header live in git)
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.synctex.gz
*.fls
*.fdb_latexmk

# Generated docs/ artefacts (data dumps, plotly HTML, compiled PDFs, .tex)
docs/*.dat
docs/*.html
!docs/katex-header.html
docs/*.tex
docs/*.pdf

# Python bytecode
__pycache__/
*.pyc

# website/ (Fumadocs docs site — Bun)
website/node_modules/
website/.next/
website/.turbo/
website/.vercel/
website/out/
website/.source/
website/.env*.local

docs
