# Source / dev-only files (skip if you publish TypeScript source too)
src/
*.test.js
*.spec.js
__tests__/
test/
tests/

# Config & tooling
.eslintrc*
.prettierrc*
.editorconfig
tsconfig.json
jest.config.js
.babelrc

# CI / repo meta
.github/
.gitlab-ci.yml
.travis.yml
.circleci/

# Docs source (keep README/LICENSE — npm includes those by default)
docs/
CONTRIBUTING.md

# Misc
.env
.vscode/
.idea/
*.log
coverage/
.DS_Store
