forked from ccf-ai-infra/Intro-ops
chore: add project ignore rules
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
This commit is contained in:
parent
df83aafc05
commit
ddbbc09019
|
|
@ -0,0 +1,12 @@
|
|||
build/
|
||||
*.egg-info/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
*.pyc
|
||||
*.so
|
||||
*.o
|
||||
*.a
|
||||
*.log
|
||||
/generated/
|
||||
Loading…
Reference in New Issue