# Development and CI
tests/
test/
__tests__/
.github/
scripts/
docs/
todo/
e2e/

# rlsbl metadata
.rlsbl/
.rlsbl-monorepo/

# Python artifacts (for multi-target projects)
__pycache__/
*.pyc
*.py
*.toml
.venv/

# Build/cache
coverage/
.nyc_output/

# Editor/OS
.DS_Store
*.log
.env
.env.local

# Selfdoc
.selfdoc/
selfdoc.json
