# rust (Cargo.lock is committed: reproducible builds are current guidance
# for libraries and binaries alike)
/target/

# python
__pycache__/
*.pyc
*.egg-info/
.venv/
dist/

# node
node_modules/

# keel runtime state
.keel/

# generated fixture databases
conformance/fixtures/journal/.gen/

# superpowers SDD scratch
.superpowers/
.semantex/

# semantex local index
.semantex/

# macOS Finder artifacts
.DS_Store

# session worktrees + python build tree
.claude/worktrees/
python/keel/build/

# local-only project notes (not shipped with the repo)
/CLAUDE.md
/docs/
