python3xiaobaike_2020/.bookignore
2025-04-20 23:22:14 +08:00

17 lines
236 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 辅助处理的python脚本文件
delete_extra_md.py
color_print.py
auto_catalog.py
# jetbrain目录python编译文件
.idea/
__pycache__/
# 自己
.bookignore
# 一键生成书籍的脚本
build_book.bat
# gitignore
.gitignore