feat: 初始化 AstroResearch 核心系统代码及重构技术文档

This commit is contained in:
fmq
2026-06-08 17:23:27 +08:00
commit 307a1c0cee
53 changed files with 45076 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Rust build artifacts
/target/
# Local configuration
.env
# SQLite local database
/astro_research.db
/astro_research.db-journal
/astro_research.db-shm
/astro_research.db-wal
# Local literature storage (contains downloaded PDFs, HTML, Markdowns and Translations)
/library/
# IDEs and OS files
.vscode/
.idea/
.DS_Store
*.suo
*.swp