# 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*

synapse-sample-plugin/

# Environment variables
.env

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

# Specs for LLM development
specs/*.local.md
specs/*.specs.md

# Claude
settings.local.json

# Test
.coverage
coverage.xml