-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (50 loc) · 965 Bytes
/
.gitignore
File metadata and controls
59 lines (50 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Build artifacts
build/
*.exe
*.exe~
# Dependencies
node_modules/
frontend/dist/
# Log files
*.log
# IDE / Editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Python cache
__pycache__/
*.pyc
# Test data and output (large files, generated)
testdata/output/
testdata/batch_arxiv/
testdata/arxiv_test/
testdata/deep_book_test/
testdata/deep_translate_test/
testdata/deep-representation-learning-book-main_extracted/
testdata/license_debug_test/
testdata/*.pdf
testdata/*.zip
# Temporary/scratch files
*.tmp
cli_test_*.txt
cli_test_*.log
test_preamble.txt
arxiv_*.txt
latex-translator-config.json
# Script files (temporary automation)
auto_continue.ps1
monitor_batch.ps1
monitor_batch.cmd
run_all_phases.ps1
translate_deep_book.ps1
translate_deep_book.cmd
check_progress.cmd
compile_with_lualatex.cmd
# Generated summary files (not real docs)
ALL_FIXES_INTEGRATED.md
INTEGRATION_COMPLETE.md
LICENSE_INTEGRATION.md
ROTATION_FIX_COMPLETE.md
修复完成.md