# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
.pytest_cache/
htmlcov/
.coverage
.tox/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
npm-debug.log*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment
.env
.env.local
.env.*.local

# Sentinel runtime
logs/
*.jsonl

# Rule bundle compiler artefacts (never commit keys or compiled bundles)
keys/
*.sentinel-bundle

# OS
.DS_Store
Thumbs.db

# Test artefact directories
plugin/__test_cjs*/
plugin/__test_tmp__/
plugin/__test_plugin_config__/
plugin/__test_robustness__/
.qa-tmp/
