c4d7680749
* Add functional tests for CSV Tuner Plugin
* Updated directory structure
* Updated and renamed directories
* Updated csv conf files
* Updated readme
* Updated readme
* Updated readme
[ROCm/rccl commit: c8da880dc7]
21 строка
247 B
Plaintext
21 строка
247 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/
|