forked from morphik-org/morphik-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (48 loc) · 831 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (48 loc) · 831 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
# Python-related files
*__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.env
venv/*
ENV/
dist/
build/
*.egg-info/
.eggs/
*.egg
*.pytest_cache/
core/tests/output
core/tests/assets
# Virtual environment
.venv/
.vscode/
*.DS_Store
storage/*
logs/*
samples/*
aggregated_code.txt
offload/*
test.pdf
experiments/*
ee/ui-component/package-lock.json/*
ee/ui-component/node-modules/*
ee/ui-component/.next
# ee/ee.toml
ui-component/notebook-storage/notebooks.json
ee/ui-component/package-lock.json
ee/ee_tokens/gdrive_token_dev_user.pickle
core/tests/integration/test_data/version_test_1.txt
ee/ee_tokens/*
migrations
ugly-onetime-code/*
trees
multi_vector_embeddings_*.csv
multi_vector_embeddings_*.db
multi_vector_embeddings_*.sql
multi_vector_embeddings_*.json
# Rust build artifacts
morphik_rust/target/
morphik_rust/Cargo.lock