-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
104 lines (92 loc) · 1.54 KB
/
.gitignore
File metadata and controls
104 lines (92 loc) · 1.54 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# build output
bin/
obj/
**/bin/
**/obj/
# macOS
.DS_Store
**/.DS_Store
# test artifacts
tests/**/bin/
tests/**/obj/
tests/**/TestResults/
**/TestResults/
*.trx
*.coverage
*.coveragexml
*.cobertura.xml
# benchmark output
benchmark_detect_ms.txt
**/benchmark_detect_ms.txt
# backup artifacts
.bak/
*.bak
**/*.bak
# local transfer artifacts
/portable.zip
/portable/
# ide-auto-generated files
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
.idea/
*.iml
# local-only tools
tools/*
!tools/check-docs.py
!tools/check-doc-consistency.py
!tools/check-doc-shell-compat.py
!tools/check-policy-roc.py
!tools/check-quality.sh
!tools/run-coverage.sh
!tools/test-bdd-readable.sh
!tools/templates/
!tools/templates/**
!tools/ci/
!tools/ci/**
tools/ci/checks/**/bin/
tools/ci/checks/**/obj/
!tools/lang_switch/
!tools/lang_switch/update_lang_headers.py
tools/lang_switch/__pycache__/
!tools/versioning/
!tools/versioning/check-versioning.sh
!tools/versioning/labels.json
!tools/tests/
tools/tests/__pycache__/
!tools/tests/test_check_docs.py
!tools/tests/test_check_doc_shell_compat.py
# local secrets
.secrets/
.qodana_reports/
# --- Qodana / IDE / Build artifacts ---
.qodana/
!.qodana/
!.qodana/profiles/
!.qodana/profiles/*.yaml
artifacts/
.idea/
.vscode/
**/node_modules/
**/dist/
**/build/
**/out/
**/.venv/
**/venv/
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/.cache/
**/coverage/
**/.coverage*
# --- local temp / qodana downloads ---
.tmp/
.tmp/**
/.tmp/
qodana-artifacts/
qodana-results/
# codex local overrides (must stay local)
AGENTS.override.md