-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (68 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
80 lines (68 loc) · 1.06 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
# Python build artifacts
build/
dist/
*.egg-info/
jumperless.egg-info/
*.egg
__pycache__/
*.pyc
*.pyo
*.pyd
*.whl
*.tar.gz
# Virtual environments
venv/
venv-packager/
env/
ENV/
jumperless-venv/
.cache/
test-jumperless-install/
# PyPI distribution
.pypirc
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test files
test_output/
.pytest_cache/
.coverage
htmlcov/
# Backup files
*.backup_*
JumperlessFiles/appBackups/
# Temporary files
*.tmp
*.log
firmware.uf2
# PyInstaller (generated specs + Windows version stamp)
*.spec
!launcher/JumperlessLauncher.spec
version_info.txt
# Build outputs
builds/
local-builds/
JumperlessDMG/
Jumperless Python/
*.app
*.dmg
*.AppImage
# Native CLI helpers downloaded at runtime
arduino-cli
arduino-cli.exe
# Generated from JumperlessWokwiBridge.py (Scripts/prepare_jumperless_pkg.py)
jumperless_pkg/bridge.py
jumperless_pkg/__pycache__/
# Application data (user-specific)
JumperlessFiles/slotAssignments.txt
JumperlessFiles/savedProjects.txt
slotAssignments.txt
savedProjects.txt
.jumperless_history
Jumperless-App.code-workspace