update gitignore

This commit is contained in:
YuanHui
2025-07-11 15:50:10 +08:00
parent 4036e4f60a
commit f20d1c4099
6 changed files with 1899 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
from course_content_parser import get_course
from course_list_info_parser import insert_data
from markdown_transcribe_hugo import get_content
from markdown_transcribe_hugo import get_content as get_hugo_content
if __name__ == '__main__':
insert_data()
get_course()
get_content()
get_hugo_content()