# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
env/
.ruff_cache/
requirements.txt
htmlcov/
coverage/
.coverage
coverage.xml
coverage.out
.pytest_cache
pytest-of-*/

# Go
*.o
*.a
*.so
bootstrap
services/orchestrator/orchestrator
dist/
build/

# Dashboard
node_modules/
.pnpm-store/
package-lock.json
dist/
*.tsbuildinfo
*.next

# CDK
cdk.out/
*.js.map

# Firmware / embedded binary artifacts
*.elf
*.bin
*.hex
*.srec
*.s19
*.axf
*.map
*.lst

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

# AWS
*.pem
credentials.json

# Environment
.env
.env.local
.env.*.local

# Logs
logs/
*.log
npm-debug.log*

# Misc
.cache/
temp/
tmp/
.zed
.claude/worktrees/
.claude/plans/
