-
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) · 718 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (35 loc) · 718 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
# Python virtual environments
.venv/
# Claude Code configuration
.claude/
# AI models and binaries
models/
bin/
# Data and output directories (do not track generated content)
data/*/
# Exclude intermediate and result files
data/*/png/
data/*/text/
data/*/polished/
data/*/tts_chunks/
data/*/wav/
data/*/mp3/
data/*/concat/
data/raw
# Vector database and embeddings
*.vector
*.embedding
*.index
*.db
vector_store/
embeddings/
# Exclude any sensitive config, if present
project.local.toml
# Ignore PDFs placed for processing, if not source
data/raw/*.pdf
# ShellCheck and lint cache
.shellcheck*
*.bash-lint.db
# Project documentation and notes
# (Allow markdown by default; README always included)
README.md