forked from LibEMG/libemg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (71 loc) · 1.66 KB
/
.gitignore
File metadata and controls
71 lines (71 loc) · 1.66 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
dist/*
.vscode/*
raw_imu.csv
test.py
sifi_bridge_windows.exe
libemg.egg-info/*
token.txt
.pytest_cache/*
.vscode/*
tests/__pycache__/*
.coverage
build/*
libemg/__pycache__/*
.coverage
tests/feature_tests/__pycache__/*
tests/feature_tests/__pycache__/
todo.txt
demos/__pycache__/*
data/*
raw_emg.csv
docs/build/*
.DS_Store
docs/.DS_Store
tests/feature_tests/*.m
tests/feature_tests/required_fn/*
example_data/*
libemg/datasets/__pycache__/*
libemg/_datasets/__pycache__/*
libemg/libemg/_datasets/__pycache__/*
demos/data/sgt_example/*
libemg/_streamers/__pycache__/*
demos/images/
demos/data/sgt/*
demos/data/GRABMyo/*
demos/data/*
data_tmp/*
images_tmp/*
.venv
images/
libemg/__init__.pyc
test_myo.py
test_pca.py
libemg/_gui/__pycache__/*
media/*
*.exe
test_*.py
*.csv
test_delsys_api.py
resources/
# Python cache files
*.pyc
__pycache__/
*/__pycache__/
*/*/__pycache__/
.github/*
.idea/*
libemg/_datasets/__pycache__/*
libemg/_streamers/__pycache__/*
libemg/_datasets/__pycache__/full_reachable_workspace.cpython-311.pyc
libemg/_datasets/__pycache__/__init__.cpython-311.pyc
libemg/_datasets/__pycache__/_3DC.cpython-311.pyc
libemg/_datasets/__pycache__/ciil.cpython-311.pyc
libemg/_datasets/__pycache__/continous_transitions.cpython-311.pyc
libemg/_datasets/__pycache__/dataset.cpython-311.pyc
libemg/_datasets/__pycache__/emg_epn612.cpython-311.pyc
libemg/_datasets/__pycache__/fors_emg.cpython-311.pyc
libemg/_datasets/__pycache__/full_reachable_workspace.cpython-311.pyc
libemg/_datasets/__pycache__/grab_myo.cpython-311.pyc
libemg/_datasets/__pycache__/myodisco.cpython-311.pyc
libemg/_datasets/__pycache__/nina_pro.cpython-311.pyc
libemg/_datasets/__pycache__/one_subject_myo.cpython-311.pyc