-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (49 loc) · 730 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (49 loc) · 730 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
# Python packaging
*.egg-info/
codeclone.egg-info/
dist/
build/
# Virtual environments
.venv/
venv/
.env/
# Python cache
__pycache__/
*.py[cod]
# Pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
site/
# Tool caches
.cache/
.codeclone/
.codeclone-cache/
.codeclone-baseline.json.bak
# IDE
.idea/
.vscode/
/.cursor/
# OS
.DS_Store
# Logs
*.log
/.claude/
/docs/SPEC-2.0.0.md
/.uv-cache/
/package-lock.json
extensions/vscode-codeclone/node_modules
/coverage.xml
/.cgcignore
/mcp.json
/scripts/refactor_guard.sh
/docs/refactoring-spec.md
/smoke_cli.sh
/codeclone-v2.1-roadmap.md
/specs/
/coverage.json
/benchmarks/memory_semantic_eval.md
/scripts/commit_memory_phases.sh
/extensions/jetbrains-codeclone/
/issues/