-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 935 Bytes
/
.gitignore
File metadata and controls
61 lines (50 loc) · 935 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
# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Packaging / build artifacts
build/
target/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Test / type-check / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Jupyter
.ipynb_checkpoints/
# IDE/editor settings
.idea/
.vscode/
# Tool-specific symlinks → canonical `.agents/` tree (see AGENTS.md)
.cursor
.claude
# Local tool settings (may live under `.agents/` when `.claude` is a symlink)
.agents/settings.local.json
# OS files
.DS_Store
# Local runtime / data artifacts
.java-codebase-rag/
# Track layered-ignore fixtures under tests/ (blanket rule above would hide them).
!tests/**/.java-codebase-rag/
!tests/**/.java-codebase-rag/**
lancedb_data/
cocoindex_java_lance.db/
*.kuzu
*.kuzu.wal
# Local env files
.env
.env.*
tmp/
# uv lock file (should not be committed)
uv.lock