22 lines
231 B
Text
22 lines
231 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
|