# Only the approved Core repository surface may be added at the root.
/*
!/.github/
!/src/
!/include/
!/compiler/
!/tests/
!/benchmarks/
!/scripts/
!/extensions/
!/examples/
!/docs/
!/Formula/
!/.gitignore
!/README.md
!/README.zh-CN.md
!/INSTALL.md
!/LICENSE
!/NOTICE
!/VERSION
!/Makefile
!/install.sh
!/CONTRIBUTING.md
!/SECURITY.md

# Retired root-level documentation; maintained under docs/ instead.
/COMPILER_IR.md
/VM_CALL_RUNTIME.md
/VM_GC_SCHEDULER.md
/VM_INLINE_CACHE.md
/WEB_RUNTIME.md
/RELEASE_NOTES_*.md

# Local-only documentation and promotion drafts.
/docs/promotion/
/docs/SHOW_HN_LAUNCH.md
/docs/releases/
/docs/EXTENSION_ROADMAP.md
/docs/LANGUAGE_HEALTH_REPORT.md
/docs/TERMINAL_DEMO.md

# Generated output, caches, dependencies and editor state.
.DS_Store
__pycache__/
*.py[cod]
node_modules/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.cache/
.idea/
.vscode/
*.o
*.obj
*.d
*.a
*.so
*.dylib
*.dll
*.exe
*.vsix
*.zip
*.tar
*.tar.gz
*.tgz
*.log
/tests/output/
/tests/workloads/*/output/

# Credentials and machine-local configuration; examples remain usable.
.env
.env.*
!.env.example
!.env.sample
*.pem
*.key
*.p12
*.pfx
