Files
Kapil S. Pawar acb0d614a5 Functional Tests for Ext-Profiler Plugin (#2007)
* Add functional tests for CSV Tuner Plugin

* Updated directory structure

* Updated and renamed directories

* Updated csv conf files

* Added tests for ext-profiler

* Updated readme

* Updated readme

[ROCm/rccl commit: c7f400dbff]
2025-11-18 11:20:39 -06:00

24 خطوط
295 B
Plaintext

# Ignore Python cache and virtual environment folders
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore pytest cache
.pytest_cache/
.cache/
# Ignore log folders
logs/
log/
*.log
# Ignore virtual environment folders
venv/
# Ignore build artifacts
build/
# Ignore profiler dump folders
profiler_dumps/