mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 06:53:47 +08:00
Add venv to .gitignore (#7605)
Since `make format` will generate `venv` directory, we should add it to `.gitignore`. Co-authored-by: Olatunji Ruwase <tunji.ruwase@snowflake.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -60,3 +60,6 @@ tests/unit/saved_checkpoint/
|
||||
*.hip
|
||||
*.cuh
|
||||
*hip_layers.h
|
||||
|
||||
# virtual env directory for format
|
||||
venv
|
||||
|
Reference in New Issue
Block a user