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:
zhengchenyu
2025-10-01 04:44:07 +08:00
committed by GitHub
parent 462d28c5e6
commit 177c25c9d7

3
.gitignore vendored
View File

@ -60,3 +60,6 @@ tests/unit/saved_checkpoint/
*.hip *.hip
*.cuh *.cuh
*hip_layers.h *hip_layers.h
# virtual env directory for format
venv