# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Local environment and secret material. Keep the documented template shareable.
.env
.env.*
!.env.example
secrets.env
config.secret.toml

# Local extensions and developer-tool state.
.hooks/
hooks.local/
.claude/hooks/
.claude/cache/
.gitnexus/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
tests/conformance/node_modules/

# Virtual environments
.venv/

# Runtime state / logs (created under ~/.local/state by default; this covers a
# local ./state too).
state/
*.log

# Live, runtime-managed config (the admin regenerates it). Seeded from
# config.default.toml on first run. config.example.toml is the schema reference.
config.toml
claude-design/

# macOS noise
.DS_Store

# Agent worktrees (Claude Code isolation)
.claude/worktrees/
