-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (105 loc) · 1.76 KB
/
Copy path.gitignore
File metadata and controls
121 lines (105 loc) · 1.76 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Python cache
__pycache__/
*.py[cod]
*$py.class
# Virtual environments and Python build metadata
.venv/
venv/
env/
ENV/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Test, lint and coverage cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# IDE and OS files
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db
desktop.ini
# Secrets and local runtime config
.env
.env.*
!.env.example
*.local
secrets.*
credentials.*
token.*
cookie.json
cookies.json
cookies.txt
*cookie*.json
*token*.json
*.pem
# PyInstaller and packaging output
build/
dist/
*.manifest
*.toc
*.pyz
*.pkg
# Generic generated files
*.log
*.tmp
*.bak
*.swp
*.xlsx
*.xls
output/
outputs/
tmp/
temp/
# Local experiments
LocalTestPy/received_data/
Test/
# Auto tool runtime files
Auto/click.jpg
Auto/click_positions.txt
# 2D / 2Dto3D generated files
2D/input.png
2D/output_sprites/
2Dto3D/input.mp4
2Dto3D/working.mp4
2Dto3D/output.mp4
# Draw generated files
Draw/image.png
Draw/animated_image.gif
# QR and icon generated output
GenerateQRcode/output/
GenerateQRcode/outputs/
GenerateQRcode/qrcodes/
PngToIcon/icon/
PngToIcon/*.iconset/
PngToIcon/*_1024.png
PngToIcon/*_convert_note.txt
# Local AI website cached pages
Local_AI_website/saved_pages/
Local_AI_website/*_prettified.html
# Novel downloader runtime state and downloads
NovelDownload/**/cookie.json
NovelDownload/**/user_config.json
NovelDownload/**/chapter.json
NovelDownload/**/downloads/
NovelDownload/**/*.epub
# PDF / personal image output
PDFCreate/id*.jpg
PDFCreate/output.pdf
# QuickFunction generated data
QucikFunction/input.png
QucikFunction/output/
QucikFunction/received_files/
QucikFunction/chat.html
QucikFunction/chat_result.json
# TTS and media outputs
TTS/audio_base64.txt
TTS/audio_json.txt
TTS/*.mp3
TTS/*.wav
animation/*.mp3
simulation/*.mp3