-
-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy path.gitignore
More file actions
122 lines (101 loc) · 1.99 KB
/
Copy path.gitignore
File metadata and controls
122 lines (101 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Rust
/target/
**/target/
**/*.rs.bk
*.pdb
# Cargo.lock for excluded crates
adk-mistralrs/Cargo.lock
# Generated output files
/output/
**/output/
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Hidden configuration
.kiro/
.claude/
.vite/
.playwright-cli/
# Devenv / Direnv
.devenv/
.devenv.flake.nix
devenv.lock
.direnv/
.envrc
.envrc.local
.pre-commit-config.yaml
# Environment / Secrets
.env
.env.local
.env.*.local
# Testing & Coverage
*.profraw
*.profdata
*.proptest-regressions
# Documentation
/target/doc/
# Build & Logs
*.o
*.so
*.dylib
*.dll
*.exe
*.log
# Databases
*.db
*.sqlite
*.sqlite3
# Temporary files
tmp/
temp/
*.tmp
node_modules/
**/node_modules/
# OS Specific
Thumbs.db
.Spotlight-V100
.Trashes
# Project Specific Exclusions
/reference/
/learning/
# Internal working documents
PUBLISHING.md
docs/CRATES_IO_PUBLICATION_PLAN.md
docs/ADK-STUDIO-*.md
# Vendor / Patches
CLAUDE.md
mistral-rs-ref/
adk-server/src/.DS_Store
.DS_Store
*.bak
# Reference projects (cloned for development, not committed)
reference/
# Generated by prompt_optimizer example
optimized_instructions.txt
# Playwright MCP working files (console/page logs)
.playwright-mcp/
# Local Node reference server (not part of the workspace)
examples/gpt-realtime-reference/
# Episode 3 podcast assets — work in progress, and adk-rust-episode-3.mp4 alone is
# ~900 MB, which exceeds GitHub's 100 MB per-file limit. Episodes 1 and 2 stay
# tracked. Remove these lines when the episode is ready to publish.
docs/podcast/Podcast.webp
docs/podcast/adk-rust-episode-3.mp4
docs/podcast/ep3-pilot.mp4
docs/podcast/episode-3-narration.mp3
docs/podcast/episode-3-v2-launch-script.md
docs/podcast/ep3-assets/
docs/podcast/ep3-video/
docs/podcast/slides-ep3/
# …except the one slide used as the episode thumbnail in the README, which has to
# be tracked for GitHub to render it.
!docs/podcast/episode-3-thumbnail.png
docs/podcast/pipeline/
# Local agent-skill install and stray capture artefacts.
.agents/
skills-lock.json
site-home-current.png