# secrets & runtime data — never ship, never commit
.env
workspace/
.history/
.memory/
.events/
.logs/

# build artifacts
dist/
build/
*.egg-info/

# python
__pycache__/
*.pyc

# tests & tooling
tests/tmp*/
.claude/
