Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NQivSKBqQJsayz1xcYqWzZ
25 lines
305 B
Text
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/
|