forked from microsoft/agent-governance-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 717 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (49 loc) · 717 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
# Rust
/target
**/target/
**/*.rs.bk
examples/**/target/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.venv-int/
.venv-agentdojo/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Node
node_modules/
# npm pack output
*.tgz
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
dist/
coverage/
# .NET
**/[Bb]in/[Dd]ebug/
**/[Bb]in/[Rr]elease/
**/[Oo]bj/
TestResults/
*.user
*.suo
.vs/
# Native libraries staged into the source tree by the cargo-build MSBuild targets
sdk/dotnet/**/runtimes/
# OS and editor files
.DS_Store
.idea/
.vscode/
# Python setuptools build output
generator/build/
.env
.env.*
# Copilot CLI project-state scratch file and temp dirs
.copilot
.copilot-tmp/