# Build artifacts
build/
dist/
artifacts/

# Changelog
CHANGELOG.md

# IDE related
.idea/
.history/

# Package management
node_modules/
.yarn/

# Testing
__fixtures__
__snapshots__
coverage/
reports

# Temporary or local data
temp/
tmp/
