-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (40 loc) · 1.36 KB
/
Copy path.gitignore
File metadata and controls
53 lines (40 loc) · 1.36 KB
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
# Ignore all files in the .ipynb_checkpoints directory
.ipynb_checkpoints/**
# Ignore all files in the .DS_Store directory
.DS_Store/**
.DS_Store
# Ignore all files in the agent-env directory
./04-knowledge-base-agents/agent/streamlit/agent-env/**
./04-knowledge-base-agents/agent/streamlit/agent-env
# Ignore all files for the virtual environment
04-knowledge-base-agents/agent/streamlit/agent-env
04-knowledge-base-agents/agent/streamlit/agent-env/** */
04-knowledge-base-agents/agent/streamlit/__pycache__
04-knowledge-base-agents/agent/streamlit/__pycache__/**
# Ignore all files under "data" nested under any directory
data/**
data
# Ignore all files under "data" nested under any directory
pdf_data/**
pdf_data
# Ignore all files under "model_cache" nested under any directory
model_cache/**
model_cache
# Ignore all files under "matched_images" nested under any directory
matched_images/**
matched_images
# Ignore all files __pycache__ under any directory
__pycache__/**
__pycache__
# Ignore all files .DS_Store under any directory
.DS_Store/**
.DS_Store
# Ignore .env file under any directory
.env/**
.env
# Ignore .env file under any directory
05-multimodal-rag-with-colpali/hf_cache/**
05-multimodal-rag-with-colpali/hf_cache
# Ignore the demo-manim-video-gen/output directory
08-strands-demo/demo-manim-video-gen/output/**
08-strands-demo/demo-manim-video-gen/output