# Override .gitignore for npm — dist/ must be included
src/
tests/
examples/
pi_sidecar_client/
*.py
*.toml
.pre-commit-config.yaml
.flake8
.gitignore
.coderabbit.yaml
AGENTS.md
# files: ["dist"] in package.json overrides these for paths under dist/.
# Python artifacts are excluded via files negation (!dist/*.whl, !dist/*.tar.gz)
# and stripped by scripts/clean-dist.mjs (postbuild). Keep these anyway for packs
# without a files whitelist.
*.whl
*.tar.gz
