aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3987fd252e1ef5714597e369983c698db980aebf (plain) (blame)
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
__pycache__/
*.pyc
.venv/
dist/
build/
*.egg-info/
*.i64
*.id0
*.id1
*.id2
*.nam
*.til

# large analysis targets (copied in, not source)
targets/
bin/
*.pristine.i64

# core dumps (idalib/SWIG can segfault under differential probes)
core
core.*
.fastfeedback/
tests/.synthetic/

# the upstream port patch, kept locally for reference only
ida-codemode-mcp.patch

# local-only working artifacts (never published)
.auto/
.agents/
plan/
rehearsed-engineer.md