File size: 499 Bytes
35d7369
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Virtual environment
venv/
env/
.venv/

#pdf files for generating embeddings
resources/

# Python cache files
__pycache__/
*.py[cod]

# Environment variables
.env

# Local development settings
.idea/
.vscode/

# OS generated files
.DS_Store
Thumbs.db

# Logs
*.log

# Distribution / packaging
dist/
build/
*.egg-info/

# Jupyter Notebook
.ipynb_checkpoints

# pytest
.pytest_cache/

# mypy
.mypy_cache/

# Coverage reports
htmlcov/
.coverage

# Chainlit files
.chainlit/

# Editor history
.history/