# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
*.swo

# Skar runtime artifacts (when implementations land)
.skar/
*.jsonl
!tests/fixtures/*.jsonl

# Node (if/when TS substrate)
node_modules/
dist/
build/
*.tsbuildinfo
.npm/

# Python (if/when Python substrate)
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/

# Logs
*.log
kalisky-skar-*.tgz

# Python build artifacts
python/dist/
python/build/
python/*.egg-info/
python/.pytest_cache/

# Claude Code per-project settings — keep machine-local, never commit
.claude/settings.json
.claude/settings.local.json
