diff --git a/.gitignore b/.gitignore index 042d649..56f6219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ dist/* node_modules/* bun.lock + +# Build artifacts +src/ +pkg/ + +# Package files +*.tar.zst +*.zst \ No newline at end of file