Files
rocm-systems/projects/rccl/test/ext-plugins/.gitignore
T
Ameya Keshava Mallya 42d84317cf Add 'projects/rccl/' from commit '1f2f9f33bac3e8ecfd84c69af6063d7352c362fc'
git-subtree-dir: projects/rccl
git-subtree-mainline: 3fd8a0d393
git-subtree-split: 1f2f9f33ba
2025-12-11 20:46:05 +00:00

24 righe
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/