# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
/build/  # packaging output only — anchored so it never shadows src/metalworks/build/
.venv/
.python-version

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/
.coverage

# Env / secrets — never committed
.env
.env.*
!.env.example

# OS
.DS_Store

# gstack local runtime state (browse daemon, tokens) — never committed
.gstack/

# Gate / scratch run artifacts (local evidence, not committed)
.gate/
