# Claude Code
.claude/
.claude*
CLAUDE.md
CLAUDE.local.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# prompt-shield data
.prompt_shield/
prompt_shield.db

# Windows artifacts
nul
plugins/n8n/node_modules/
plugins/n8n/dist/
plugins/n8n/package-lock.json
