forked from ResearAI/DeepScientist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (56 loc) · 720 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (56 loc) · 720 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
node_modules/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.DS_Store
.turbo/
.env
.env.*
*.local
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
*.jks
*.kdbx
secret.env
secret.json
secret.yaml
secret.yml
secrets.env
secrets.json
secrets.yaml
secrets.yml
credentials.json
credentials.*.json
build/
*.tgz
*.log
*.pid
*.rootbak
*.rootbak/
**/*.rootbak/
**/.*.rootbak/
dist.bak.*/
/src/ui/node_modules/
/src/ui/dist/
/src/tui/node_modules/
/src/tui/dist/
/src/deepscientist.egg-info/
/src/ui/vendor/novel-headless/node_modules/
/src/ui/vendor/novel-headless/.turbo/
/ui/
/test-results/
/src/ui/test-results/
/runtime/
/tmp-*.png
/Codex
*.docx
# Local DeepScientist install helper
/test_install_for_me.sh