# Node
node_modules/
*.tgz
**/dist/
.npm/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Python
__pycache__/
*.pyc

# Tests / coverage
coverage/
.nyc_output/

# Internal infrastructure topology — gitignored to avoid leaking deployment details
DeployedApps.md

# Feature Factory / stargazer context (local-only)
.stargazer-*
.stargazer-context.json
