.DS_Store
.env
*.pyc
__pycache__/
src/gza/_version.py
.docker-build-marker
.mypy_cache/
.pytest_cache/
tmp/
gza.local.yaml

# Gza runtime data
.gza
.gza/artifacts/

# Claude Code local skills (removed from git, kept locally)
.claude
.claude/skills/

# AI-generated artifacts (should not be created, but ignore as safety net)
IMPLEMENTATION_SUMMARY.md
CHANGES.md

# Test artifacts from WorkerRegistry using MagicMock paths
MagicMock/
