# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.eggs/

# Node
node_modules/
dist/

# Go
bin/

# Rust
target/

# .NET
bin/
obj/

# Java
*.class
out/

# IDE
.idea/
.vscode/
.kiro/
*.swp

# OS
.DS_Store
Thumbs.db

# Secrets (never commit)
.env
*.pem
*.key
*.pdf
BACKLOG/
patent/
docs/.archive/
review/

# Generated navigable spec split — derived from the monoliths by
# specification/tools/spec_split.py; the manifest + monoliths are the
# source of truth, not this output. Same convention as Mars (spec/*/*/).
specification/*/*/
specification/split-index.md

# Local rendering/preview site — self-contained, not part of the
# published specification, never pushed.
site/
