enodia-sentinal/.gitignore
Luna c7b2ce900d
chore: ignore local .worktrees/ directory
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NQivSKBqQJsayz1xcYqWzZ
2026-07-24 10:10:37 -07:00

25 lines
305 B
Text

# packaging artifacts
*.pkg.tar.zst
*.tar.gz
pkg/
dist/
build/
*.egg-info/
# python
__pycache__/
*.py[cod]
.pytest_cache/
# editor / agent
.claude/
.chainlink/
# logs / local test output
*.log
# local reference material
*.epub
# local isolated worktrees (superpowers:using-git-worktrees)
.worktrees/