-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 976 Bytes
/
.gitignore
File metadata and controls
61 lines (50 loc) · 976 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
56
57
58
59
60
61
# Python & setuptools
__pycache__
.venv/
/build
/deb-build
/reprepro
/rpm-build
/tar-build
/setup-bundle-build
/dist
/*.egg-info
*.py[c,o]
/.eggs
# Testing
.cache
.coverage
.tox
coverage.xml
htmlcov
pep8.txt
scratch
testem.log
.pytest_cache/
# Mac OS X
*.DS_Store
# VSCode
.vscode/
# PyCharm
.idea/*
# Testing data
metrics_utility/test/test_data/data/**/*.csv
metrics_utility/test/test_data/data/**/*.json
!metrics_utility/test/test_data/data/**/*.tar.gz
# Reports
/metrics_utility/test/test_data/reports/
/metrics_utility/test/ccspv_reports/empty-data/reports/
# Shipped data - for regular usage during developement
/shipped_data/
# out - for gather tests - so they do not collide with the test_data
/out/
# Perf test data
/tools/perf/generated/
/tools/anonymized_db_perf_data/out/
/tools/anonymized_db_perf_data/out_*/
# AI
/.claude/*
# Temporary collection files
/tools/collections/collections.json
/tools/collections/galaxy.[0-9]*
/tools/collections/hub.[0-9]*