-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (35 loc) · 668 Bytes
/
.gitignore
File metadata and controls
46 lines (35 loc) · 668 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
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.python-version
# Workspace/IDE
.vscode/
.DS_Store
# Environment variables
.env
# Data and Artifacts
dvdrental/*.dat
dvdrental/toc.dat
data/schema_docs/*.json
# ChromaDB vector store — regenerate with: uv run python scripts/embed_schema_and_examples.py
data/chroma_db/
# Timestamped evaluation run outputs
data/evaluation/eval_*.json
# Chainlit auto-generated translations
.chainlit/translations/
# Application logs
logs/
*.log
# Scratch files
sam.txt
Response.txt
transfer_ownership.sql
# Plan and documentation
Plan/
chatbot_project_journey.txt