# 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]*
