-
Notifications
You must be signed in to change notification settings - Fork 73
/
.gitignore
69 lines (65 loc) · 1.47 KB
/
.gitignore
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
# General
site
**/merge.log
*/cpu.prof
*.pyc
*git-cache*
*.log
*.log.*
**/cov_html
.coverage
similarities.csv
# Virtual environment
**/.venv/
# VSCode Settings
**/.vscode/
# Regarding KB
.kaybee
kaybee/internal/repository/profile001.pdf
kaybee/internal/repository/repository.test
kaybee/internal/tasks/.kaybee
kaybee/internal/tasks/cpu.prof
kaybee/internal/tasks/profile001.pdf
kaybee/internal/tasks/tasks.test
kaybee/internal/repository/cpu.prof
kaybee/kaybee.code-workspace
kaybee/coverage.out
kaybee/kaybee
kaybee/internal/reconcile/debug.test
kaybee/internal/.kaybee/**/*
kaybee/dist/**
kaybee/kaybeeconf.yaml
kaybee/myconfig.yml
kaybee/.kaybee/
kaybee/steady.sh
kaybee/kaybeeconf-custom.yaml
kaybee/kaybee-new-statements
kaybee/pkged.go
kaybeeconf.yaml
# Regarding Prospector
prospector/.env
prospector/workspace.code-workspace
prospector/disabled_tests/skip_test-commits.db
prospector/disabled_tests/skip_test-vulnerabilities.db
prospector/tracer_dataset_final_2
prospector/results
prospector/*.py
prospector/install_fastext.sh
prospector/cov_html/*
prospector/config.yaml
prospector/.coverage.*
prospector/.coverage
prospector/cov_html
prospector/prospector.code-workspace
prospector/requests-cache.sqlite
prospector/prospector-report.html
prospector/test_report.html
prospector/test_report.json
prospector/.idea/*
prospector/*.html
prospector/*.json
prospector/evaluation/data/input/*
prospector/evaluation/data/reports/*
prospector/evaluation/config.yaml
.DS_Store
prospector/pipeline/reports/*