docs: 修订 AA 论文文字与格式,更新 .gitignore 并整理项目结构 - 修正 AA54562-25.tex 中的拼写错误和零宽字符 - 统一数学符号格式,去除段落多余前导空格和换行 - 更新 .gitignore 忽略 ADS 输出文件和 AI 工具目录
61 lines
522 B
Plaintext
61 lines
522 B
Plaintext
# LaTeX
|
|
*.aux
|
|
*.bbl
|
|
*.blg
|
|
*.log
|
|
*.out
|
|
*.pdf
|
|
*.synctex.gz
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.toc
|
|
*.lof
|
|
*.lot
|
|
*.run.xml
|
|
*~
|
|
*.dvi
|
|
*.ps
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.nav
|
|
*.snm
|
|
*.vrb
|
|
*.bcf
|
|
*.xml
|
|
|
|
# Python (if applicable)
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.env
|
|
.venv
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.coveragerc
|
|
.hypothesis/
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# Skills output
|
|
ads_papers_output/
|
|
ads_search_skill/
|
|
*.jsonl
|
|
|
|
# AI
|
|
.agents/
|
|
.claude/
|
|
.omc/ |