-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (50 loc) · 870 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (50 loc) · 870 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/
venv/
.venv/
env/
.env
# Node
node_modules/
package-lock.json
.npm
*.tsbuildinfo
# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Project
.cache/
*.log
notebooks/.ipynb_checkpoints/
benchmark-runs/
demo-outputs/
*.pkl
module-2-team/30-aar-generator/eval/results/
module-1-individual/**/eval/results/
module-3-system/**/eval/results/
dist/
module-2-team/17-lencioni-diagnostic/eval/results/
module-2-team/18-trust-triangle-audit/eval/results/
module-1-individual/03-johari-window/eval/results/
module-2-team/13-grpi-working-agreement/eval/results/
module-2-team/27-bias-stack-detector/eval/results/
module-2-team/20-edmondson-psych-safety/eval/results/
module-2-team/29-thomas-kilmann-selector/eval/results/