# Python
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
venv/
*.egg-info/
dist/
build/

# TypeScript
node_modules/
etrace-studio/.output/
etrace-studio/.nitro/
etrace-studio/.tanstack/
etrace-studio/.vinxi/
etrace-studio/node_modules/
*.js.map
.tsc/

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

# Generated / scratch
architecture-diagram.html

# Local secrets
examples/*/.env
examples/*/.env.local

# Reference repos (cloned for research, not part of the project)
/tmp/
