# Rust
/target/
runtime/target/
Cargo.lock

# Java / Maven
sdk/java/**/target/

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

# JamJet local runtime
.jamjet/
*.db
*.db-shm
*.db-wal

# Environment
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Benchmarks / profiling
flamegraph.svg
perf.data*

# Internal planning docs (not for public repo)
progress-tracker.md
REQUIREMENTS.md
launch-plan.md
CLAUDE.md
strategy/
docs/superpowers/
paper/

# Local AI/editor agent config — never commit Claude/skill artifacts
.claude/
.superpowers/
.playwright-mcp/
.cursor/
.copilot/

# Secrets and credentials
*.pem
*.key
*.p12
*.pfx
*.service-account.json
credentials*.json
.envrc
.secrets*
.mcpregistry_*token
runtime/engram-server/.mcpregistry_*

# Infrastructure state and local cloud env
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
.pulumi/
.azd/

# Coverage, logs, temp artifacts
coverage/
htmlcov/
.coverage
.coverage.*
*.log
logs/
tmp/
.tmp/
*.pid
*.sqlite
*.sqlite3
.worktrees/
