# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.venv/
venv/
env/

# Rust
synapse-parser/target/

# Node / Next.js
synapse-dashboard/node_modules/
synapse-dashboard/.next/
synapse-dashboard/.npm/

# Environment / secrets — NEVER commit these
.env
.env.local
.env.*.local

# macOS
.DS_Store

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

# Claude internal
.claude/

# Playwright
synapse-dashboard/test-results/
synapse-dashboard/playwright-report/
synapse-dashboard/blob-report/
synapse-dashboard/playwright/.cache/

# Production secrets
.env.prod
*.pem

# Backups
synapse-infra/backups/
