jcl 1.2.0

Jack-of-All Configuration Language - A general-purpose configuration language with powerful built-in functions
Documentation
# Build artifacts
/target
*.so
*.dylib
*.dll
*.a
*.lib

# Cargo
Cargo.lock

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.whl
.venv/
venv/
*.pyo
*.pyd
# Maturin build artifacts
bindings/python/target/
bindings/python/.cargo/

# Node.js
node_modules/
npm-debug.log
yarn-error.log
package-lock.json
*.node
bindings/nodejs/target/

# Ruby
*.gem
.bundle/
vendor/
bindings/ruby/target/

# Java
*.class
*.jar

# Editor and IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Documentation build
_site/
.jekyll-cache/
.sass-cache/

# Planning and notes (internal, not for publication)
TODO.md
PUBLICATION_PLAN.md
*.local.md

# Temporary files
*.tmp
.*.tmp

# WASM build output
/pkg