feat: 初始化 AstroResearch 核心系统代码及重构技术文档
This commit is contained in:
+21
@@ -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
|
||||
Reference in New Issue
Block a user