forked from CodeGraphContext/CodeGraphContext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (94 loc) · 1.53 KB
/
.gitignore
File metadata and controls
96 lines (94 loc) · 1.53 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
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
./.env
.venv311/
venv311/
docker-compose.yml
node_modules
# PyPI / build outputs (repo root only — do not ignore website/dist or package viz/dist
# needed for local sync before packaging)
/dist/
/build/
# Vite output (canonical build lives in website/; packaged copy is synced to viz/dist)
/website/dist/
# Bundled Playground static files (generated by scripts/sync_viz_dist.sh; included in wheels via CI)
/src/codegraphcontext/viz/dist/
*.egg-info/
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
# Config
.env
*.db
*.sqlite3
# Testing
.pytest_cache/
coverage.xml
htmlcov/
# MCP
mcp.json
# Docker
docker-compose.yml
# macOS system files
.DS_Store
src/.DS_Store
src/codegraphcontext/.DS_Store
# PR templates and guides
CGC_PR_DESCRIPTION.md
PR_SUBMISSION_GUIDE.txt
# Ignore the PR submission script if not to be tracked
submit_pr.sh
# yaml file for amazon Q developer
devfile.yaml
# local scratch
javascript.py.bak
src/codegraphcontext/cli/nl.py
*.bak
# temporary files
*.temp
*.tmp
*.log
temporaryFiles
codegraph_viz.html
Temp
tests_sample
.vercel
.env*.local
STATUS.md
visualizations/
tests_backup_final/
tests_old_backup/
docs/BUNDLES.md
docs/DOCUMENTATION_AUDIT_2026-01-29.md
GRANT_KNOWLEDGE_GRAPH.md
cgc_btc/
# Claude
.claude/*
*.spec
todo.md
.codegraphcontext
.ignore
extensions/vscode/out/
extensions/vscode/*.vsix
PHASE1_PHASE2_CHANGES.md
NEXUS_BENCHMARK_BEFORE.md
CGC_VALUE_PROPOSITION.md
# MkDocs
docs/site/
site/
# Build Artifacts
[Bb]in/
[Oo]bj/
target/
venv_indexing/
scratch/
scripts/