aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-26 21:49:52 +0800
committerGitHub <noreply@github.com>2024-06-26 21:49:52 +0800
commit79491fc14b4bb563346ace15ef91c6022c363b51 (patch)
treea28f54eba49ac60da0f317c01dba51f274d5d32b /.gitignore
parent8c1f1699ffc7581c378597a7310c5fc5aeaef56d (diff)
downloadllm-functions-docker-79491fc14b4bb563346ace15ef91c6022c363b51.tar.gz
feat: add scripts/crawler.mjs (#45)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 924751c..2255aa6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,9 @@ functions.json
/tools/test.*
/.env
*.cmd
-__pycache__ \ No newline at end of file
+__pycache__
+/venv
+node_modules
+package.json
+package-lock.json
+*.lock \ No newline at end of file