-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 740 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 740 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
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
.env/
# IDE / editors
.vscode/
.idea/
# Build / packaging
_internal/
build/
dist/
*.egg-info/
# App generated data
data/logs/
data/cache/
settings/user_prefs.json
# User-generated export files (created by UI actions, not source)
fan_settings_ultimate.json
settings/fan_settings_ultimate.json
pc_workman_report_*.txt
# PyInstaller build folders (numeric build dirs like 1/)
1/
2/
3/
# OS
.DS_Store
Thumbs.db
# Fonts (large binaries — place manually)
data/fonts/*.ttf
data/fonts/*.otf
# Claude session data
.claude/
# User-specific runtime settings
settings/turbo_services.json
# EXE binary (distributed via Releases, not tracked in source)
*.exe