-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (42 loc) · 943 Bytes
/
.gitignore
File metadata and controls
60 lines (42 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.DS_Store
/node_modules/
/dist/
.env
*.csv
dump.rdb
/mongo-data
apps/js-sdk/node_modules/
apps/api/.env.local
apps/test-suite/node_modules/
apps/test-suite/.env
apps/test-suite/logs
apps/test-suite/load-test-results/test-run-report.json
apps/playwright-service-ts/node_modules/
apps/playwright-service-ts/package-lock.json
/examples/o1_web_crawler/venv
*.pyc
.rdb
apps/js-sdk/firecrawl/dist
/examples/o1_web_crawler/firecrawl_env
/examples/crm_lead_enrichment/crm_lead_enrichment_env
/.venv
/examples/claude_web_crawler/firecrawl_env
/examples/haiku_web_crawler/firecrawl_env
/examples/sonnet_web_crawler/firecrawl_env
/examples/internal_link_assitant/firecrawl_env
/apps/api/logs/*
/apps/api/debug/*
.vscode
llm-links.txt
mapped-links.txt
gke-key.json
CLAUDE.local.md
*.egg-info/
# local SDK venv
apps/python-sdk/.venv/
/apps/api/running-docs/
/apps/go-html-to-md-service/.gomodcache/
target/
.cursor/
# local files
_local/