# Ignore node_modules
node_modules/

# Ignore GitHub workflows (linted by actionlint)
.github/workflows/

# Ignore build output
dist/
coverage/

# Ignore lock files (auto-generated)
pnpm-lock.yaml
yarn.lock
package-lock.json