# Development and test files
.cursor/mcp.json
.cursor/rules/200-cursor-rules.mdc
.github/
.vscode/
tests/
tasks/
docs/
coverage/
*.test.js
*.spec.js
*.log

# Environment files (except example)
.env
.env.local
.env.development
.env.test
.env.production

# Source control
.git/
.gitignore

# Project config files
*.config.js
!esbuild.config.js
tsconfig.json
.prettierrc
.eslintrc

# Temporary files
.tmp/
tmp/
temp/
*.tmp
*.bak
*.swp

# Operating system files
.DS_Store
Thumbs.db

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE specific files
.idea/
*.iml
*.sublime-*
.project
.settings/
.classpath

# Test files
test/
__tests__/
test-vectors.js
test-vectors.db
*.db

# Build artifacts
.npmrc
.editorconfig
.prettierrc
.eslintrc

# Other
*.tgz 