16 lines
137 B
Plaintext
16 lines
137 B
Plaintext
# 忽略名为 test 的文件夹
|
|
test/
|
|
.cursor/
|
|
|
|
|
|
# 忽略所有 文件夹
|
|
**/jfile/files/
|
|
**/output/
|
|
**/__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
.env
|
|
|
|
|