-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (63 loc) · 944 Bytes
/
.gitignore
File metadata and controls
74 lines (63 loc) · 944 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# MojoGUI Project - Git Ignore
# Compiled binaries and libraries
*.so
*.o
*.a
*.dylib
*.dll
# Build directories
build/
dist/
*.egg-info/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Mojo cache and temporary files
*.mojo.cache
.mojo/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# System files
.DS_Store
Thumbs.db
*.log
# Temporary and backup files
*.tmp
*.bak
*.backup
*~
# Test output and debugging
test_output/
debug_logs/
screenshots/
*.debug
# Google Drive upload folder (already created)
google_drive_upload/
MojoGUI_Complete_Project.zip
# Executables created during testing
test_simple
test_int
test_primitives
demo_enhanced
demo_fixed
enhanced_widgets_demo
simple_test
simple_color_test
window_test
wininit_test
testgui
c_library_test
direct_opengl_test
quick_function_test
test_string_formatting
test_strings_fixed
# Keep important demo applications
!adaptive_file_manager.mojo
!system_colors_demo.mojo
!mojo-gui/