-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (61 loc) · 1.14 KB
/
Copy path.gitignore
File metadata and controls
65 lines (61 loc) · 1.14 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
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
*.egg-info/
dist/
build/
node_modules/
webui/dist/
# Stale duplicate copies left behind by a bad directory sync
*__dup
# Local agent scratch (transcripts, one-off probes, tool logs)
agent-tools/
.tmp/
.tmp-*/
tmp/
temp/
*.tmp
*.part
*.bak
*.swp
*.orig
.coverage
.coverage.*
coverage.xml
htmlcov/
npm-debug.log*
artifacts_ci_config.json
ProductFiles.wxs
*.wixobj
artifacts/*
!artifacts/.gitkeep
*.idb
*.i64
*.til
*.nam
*.dmp
*.log
native/**/out/
fixtures/native/bin/
# Challenge author keys must never ship
**/AUTHOR_SECRET.txt
**/AUTHOR_SECRET.*
# Machine-local Cursor MCP config (use .cursor/mcp.json.example)
.cursor/mcp.json
# Upstream checkouts are local only; pin via upstream.lock.json + scripts/sync_upstream.ps1
upstream/*
!upstream/.gitkeep
# external/ keeps docs; large packable binaries stay local / release-only
external/x64dbg-x86/**
!external/x64dbg-x86/README.md
!external/x64dbg-x86/.gitkeep
external/x64dbg-x64/**
!external/x64dbg-x64/README.md
!external/x64dbg-x64/.gitkeep
external/optional/**
!external/optional/README.md
!external/optional/.gitkeep
.pytest-integration.lock