# IDE files
.idea/
.vscode/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*

# Python build/env
__pycache__/
*.py[cod]
*$py.class
*.so
.python-version
.venv/
env/
venv/
ENV/
build/
dist/
*.egg-info/
.hatch/
uv.lock

# SDD workspace — tracked as part of the engine project
# .design/ is intentionally committed here

# Dotenv files (local secrets — never commit)
.env*
!.env.example

# Misc
*.txt
*.log
*.tgz

# Node installer build artifacts
dist/
temp/
*tmp/

# Magic files
magic.*.md*
magic.*.toml
!.agent/workflows/magic.*.md

# Sandbox for local testing
.sandbox/
installers/tests/sandbox/
