-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (80 loc) · 1.23 KB
/
Copy path.gitignore
File metadata and controls
85 lines (80 loc) · 1.23 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Application specific
input_mappings.csv
*.log
*.md
build.bat
quick_build.py
Run8ControlConductor.exe
CustomInputNote.txt
ENHANCED_FIX_SUMMARY.py
FIX_SUMMARY.py
mapping_logic_backup.py
mapping_logic_clean.py
test_axis_snapping.py
test_boundary_conditions.py
test_combined_comprehensive.py
test_combined_enhanced.py
test_combined_fix.py
test_combined_fixed.py
test_combined_packets.py
test_combined_throttle.py
test_comprehensive_split.py
test_direct_commands.py
test_dynamic_brake.py
test_final_verification.py
test_function_ids.py
test_improved_throttle_fix.py
test_snapping_fix.py
test_split_mode_axes.py
test_spurious_commands.py
test_throttle_fix.py
test_throttle_solenoids.py
test_udp_monitor.py
test_udp_packet_format.py
test_unipolar_demonstration.py
udp_monitor.py
build_exe.py
test_3way_4way_switches.py
test_headlight_debug.py
udp_monitor_correct.py
test_save_fix.py
test_save_load.py