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
73 lines (72 loc) · 953 Bytes
/
.gitignore
File metadata and controls
73 lines (72 loc) · 953 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
./.env
.venv311/
venv311/
docker-compose.yml
# PyPI
dist/
build/
*.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
playground
todo.md