# virtualenv
.venv

# idea
.DS_Store
*.pyc
.idea
*.iml

# vscode
.vscode

# http
/http/

# general things to ignore
build/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~

# due to using tox and pytest
.tox
.cache

# python
/main.py

*.mo
messages.pot

# Frontend development (keep only built assets)
node_modules/
dist/
npm-debug.log*

config.yaml*
!config.yaml.j2

synapse-sample-plugin/

# Environment variables
.env

bug_report.txt

# Local LLM Rule Files
CLAUDE.local.md
GEMINI.local.md
AGENT.local.md

# Specs for LLM development
specs/*

# Claude
settings.local.json

# Test
.coverage
coverage.xml

# Doc-sync workflow artifacts
analysis.json
issues.json


# V1 reference (for migration)
synapse_sdk_v1/

# Claude Code settings
.claude/

# Temporary files
description.md