# OS/editor
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# Node
node_modules/
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*

# Build/cache/output
dist/
build/
coverage/
tmp/
temp/
*.log

# Manual Skill test artifacts
skills/*/manual-test/*.md
!skills/*/manual-test/README.md

# Secrets
.env
.env.*
*.key
*.pem
