11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.env
|
|
|
|
|
|
# 生成的标注图、测试输出
|
|
static/annotations/*
|
|
!static/annotations/.gitkeep
|
|
tests/output/
|