-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (87 loc) 路 1.45 KB
/
Copy path.gitignore
File metadata and controls
102 lines (87 loc) 路 1.45 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
dist*/
build/
*.egg-info/
release/
# Virtual environments
venv/
env/
ENV/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OCR images
OCR_images/
# Application specific files
translator_debug*.log
marian_models_cache/
debug_images/
*.png
!screenshots/*.png
!docs/screenshots/*.png
!docs/OCR Test/*.png
docs/*backup*.*
googletrans_cache*.txt
deepl_cache*.txt
gemini_cache*.txt
openai_cache*.txt
*_log*.txt
# API Keys and sensitive information
api_keys.json
# Windows specific
Thumbs.db
Desktop.ini
# MacOS specific
.DS_Store
# Archives
*.7z
*.zip
*.bak
# Test files and temporary documentation (development)
test_*.py
*test*.py
*verification*.py
*_COMPLETE.md
*_APPLIED*.md
*_FIXES*.md
*Test*.md
*fix*.md
*TO_EXCLUDE*.md
AUTO_UPDATE_TESTING_GUIDE.md
# Auto-update system temporary directories and files
update_staging/
update_backup/
temp_preserve/
*.staged
update_info.json
cleanup_repository.py
*prompt*.txt
GPU_chat/
prompts/
# Development and backup files
*_backup.py
build_and_copy_resources.*
compile_app.bat
Language_Names_Localized.md
github_plan.html
sync_to_github.bat
github_upload.bat
upload_to_github.bat
verify_sync.bat
force_update.bat
sync_to_github_fixed.bat
# Configuration files (user-generated)
ocr_translator_config.ini
# Download statistics files
downloads.py
downloads.html
# Obsolete files (no longer used)
bundled_app.py
GameChangingTranslator_Alternative.spec