-
Notifications
You must be signed in to change notification settings - Fork 506
Expand file tree
/
Copy pathsgconfig.yml
More file actions
76 lines (63 loc) · 1.33 KB
/
sgconfig.yml
File metadata and controls
76 lines (63 loc) · 1.33 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
66
67
68
69
70
71
72
73
74
75
76
ruleDirs:
- .sg/rules
testConfigs:
- testDir: .sg/tests
utilDirs:
- .sg/utils
# Exclude common directories and files from scanning
ignoreFiles:
# Version control and git worktrees
- .git/**/*
- .worktrees/**/*
# Virtual environments and package managers
- .venv*/**/*
- venv/**/*
- .riot/venv*/**/*
- .tox/**/*
- .ddtox/**/*
- .ddriot/**/*
- env/**/*
- ENV/**/*
# Build and distribution
- build/**/*
- dist/**/*
- .eggs/**/*
- "*.egg-info/**/*"
- __pycache__/**/*
- "*.py[cod]"
- "*$py.class"
# Vendor and generated code
- ddtrace/vendor/**/*
- ddtrace/appsec/_iast/_taint_tracking/_vendor/**/*
# Compiled extensions
- "*.so"
- "*.dylib"
- "*.a"
- "*.c"
- "*.cpp"
# IDE and editor files
- .idea/**/*
- .vscode/**/*
- .cursor/**/*
- .windsurf/**/*
- "*.swp"
# Test and coverage
- htmlcov/**/*
- .coverage*
- .pytest_cache/**/*
- .hypothesis/**/*
- test-results/**/*
# Generated protobuf files
- "tests/profiling/collector/pprof_*pb2.py"
- "tests/contrib/grpc/hello_pb2.py"
- "tests/lib-injection/dd-lib-python-init-test-protobuf-old/addressbook_pb2.py"
# Benchmark and artifacts
- artifacts/**/*
- .benchmarks/**/*
# Documentation build
- docs/_build/**/*
- _readthedocs/**/*
# Miscellaneous
- .DS_Store
- "*.log"
- CLAUDE.local.md