-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (54 loc) · 807 Bytes
/
Copy path.gitignore
File metadata and controls
61 lines (54 loc) · 807 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
61
# Folders
.conda/
.claude/
.specstory/
.venv/
.vscode/
abandoned/
bin/
datasources/
diskcache_dir/
docs/recordings/*
etc/
example_projects/
lib/
logs/
share/
src/ansari_backend.egg-info/*
tmp/
dist/
# Files
.__atomic-write*
.env
.env.*
!.env.example
.history
*.pyc
pyvenv.cfg
zrok.exe
# Analysis data (local only)
analysis/data-local/
# MongoDB export data
data/
feedback_data/
analyzed_data/
# Temporary analysis files
*.backup.json
prod_threads_from_backup.json
threads_export.json
analysis_log.txt
thread_analysis_report.json
message_distribution_report.json
feedback_analysis_report.json
first_user_input_summary.json
test_first_inputs.json
quran_questions_no_pii.txt
# MCP directories
ansari-mcp/
# Test scripts
test_gemini.py
# Codev
.agent-farm/
.consult/
codev/.update-hashes.json
.builders/