__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.omc/
.omx/
docs-site/
CLAUDE.md
AGENTS.md

# Internal development artifacts (not for public repo)
docs/research_notes/
docs/codex_specs/
docs/reports/
docs/superpowers/
docs/agent-memory/
docs/agent/
docs/guide/
# repo-stable guide artifacts are version-controlled

# Internal scripts (debugging, infra sync, GPU validation)
scripts/validate_codex_fixes.py
scripts/gpu_verify_issues.py
scripts/check_public_docs_*.py
scripts/export_public_docs_to_gitops.py
scripts/test_patch_nonuniform.py
scripts/validate_new_features.py
scripts/generate_field_snapshots.py

# VESSL cluster configs (internal infra)
**/vessl*.yaml
**/vessl*.yml

# Scratch / reference examples (not part of rfx)
forge_example/

# Dev trial/slop examples
examples/benchmark_jax_vs_numpy.py
examples/gpu_benchmark.py
examples/gpu_benchmark_results.json

# Generated artifacts (runtime output — never commit)
**/*.png
!docs/guide/images/*.png
!docs/public/examples/assets/*.png
**/*.gif
**/benchmark_results.json
examples/*.json

# Generated API docs (pdoc)
docs/api/
