Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
20 lines
184 B
Plaintext
20 lines
184 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# build and package artifacts
|
|
dist/
|
|
*.tgz
|
|
|
|
# test artifacts
|
|
coverage/
|
|
|
|
# local env files
|
|
.env
|
|
.env.*
|
|
|
|
# local tooling state
|
|
.sisyphus/
|