# Dev/test artifacts
.stress-test/
.test-runs/
.test-workspace/
.e2e-test/
bench/
venv/
__pycache__/
.code-graph/
.memory/
.smallcode/
node_modules/

# Prebuilt binary tarballs (shipped via GitHub releases, not npm)
tmp*/
*.tar.gz

# Env files (contain credentials)
.env

# Build artifacts
*.pyc
*.pdb
*.exe
*.rmeta
Cargo.lock

# OS files
.DS_Store
Thumbs.db

# Config/IDE
.vscode/
*.toml
!smallcode.toml

# Large non-runtime files
tower_defense.py

# MarrowScript source declarations (not needed at runtime)
# The compiled output in src/compiled/ is what ships — not the .marrow sources
*.marrow
*.ms
marrow/
marrow.toml
core.marrow
smallcode.marrow
