forked from sachinshelke/codevira
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (40 loc) · 717 Bytes
/
.gitignore
File metadata and controls
50 lines (40 loc) · 717 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
# agent-mcp gitignore
# Code index (binary ChromaDB + embeddings, auto-regenerated)
codeindex/
# Config with real project settings (user copies config.example.yaml → config.yaml)
config.yaml
# Session logs (project-specific, not part of framework)
logs/
# Graph nodes and changesets (project-specific data)
graph/*.yaml
!graph/_schema.yaml
graph/changesets/
!graph/changesets/.gitkeep
# Roadmap (project-specific)
roadmap.yaml
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environments
.venv/
venv/
env/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# macOS
.DS_Store
# Marketing / publishing content (blog, Medium, LinkedIn)
docs/medium-*.md
docs/linkedin-*.md