kamkol commited on
Commit
b4efc69
·
1 Parent(s): 02cbcb3

Add gitignore to exclude large files

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. .env +1 -0
  3. .gitignore +4 -60
.DS_Store ADDED
Binary file (8.2 kB). View file
 
.env ADDED
@@ -0,0 +1 @@
 
 
1
+ OPENAI_API_KEY=your-key-goes-here
.gitignore CHANGED
@@ -1,60 +1,4 @@
1
- # Python
2
- __pycache__/
3
- *.py[cod]
4
- *$py.class
5
- *.so
6
- .Python
7
- build/
8
- develop-eggs/
9
- dist/
10
- downloads/
11
- eggs/
12
- .eggs/
13
- lib/
14
- lib64/
15
- parts/
16
- sdist/
17
- var/
18
- wheels/
19
- *.egg-info/
20
- .installed.cfg
21
- *.egg
22
-
23
- # Environment and secrets
24
- .env
25
- .venv
26
- venv/
27
- ENV/
28
- env/
29
- .env.local
30
- .env.development.local
31
- .env.test.local
32
- .env.production.local
33
-
34
- # IDE specific files
35
- .idea/
36
- .vscode/
37
- *.swp
38
- *.swo
39
-
40
- # Mac OS
41
- .DS_Store
42
-
43
- # Local data - exclude PDFs but not directory structure
44
- /data/*.pdf
45
- /data/raw/
46
-
47
- # Do NOT ignore processed_data anymore - we want to commit this
48
- # /processed_data/
49
-
50
- # Debug and log files
51
- *.log
52
- debug_*.py
53
- *_debug.py
54
- debug_*.log
55
- run_log.txt
56
-
57
- # Testing
58
- pytest_cache/
59
- .pytest_cache/
60
- .coverage
 
1
+ notebook_version/
2
+ *.pdf
3
+ *.pkl
4
+ processed_data/qdrant_vectorstore/*