forked from jopohl/urh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (47 loc) · 1.01 KB
/
.gitignore
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
# C extensions
*.so
.coverage
.pytest_cache
# Pycharm
.idea/
venv/
src/__pycache__/
src/urh/__pycache__/
__pycache__/
build/
src/urh/awre/__pycache__/
src/urh/awre/components/__pycache__/
src/urh/controller/__pycache__/
src/urh/cythonext/__pycache__/
src/urh/dev/__pycache__/
src/urh/dev/gr/__pycache__/
*.pyc
src/urh/dev/native/__pycache__/
src/urh/dev/native/lib/__pycache__/
src/urh/models/__pycache__/
src/urh/plugins/MessageBreak/__pycache__/
src/urh/plugins/ZeroHide/__pycache__/
src/urh/plugins/__pycache__/
src/urh/signalprocessing/__pycache__/
src/urh/ui/__pycache__/
src/urh/ui/actions/__pycache__/
src/urh/ui/delegates/__pycache__/
src/urh/ui/views/__pycache__/
src/urh/util/__pycache__/
tmp/
dist/
src/urh.egg-info/
.cache/
tests/data/URHProject.xml
src/urh/cythonext/*.html
src/urh/cythonext/*.c
src/urh/cythonext/*.cpp
src/urh/dev/native/lib/*.html
src/urh/dev/native/lib/*.c
src/urh/dev/native/lib/*.cpp
/tests/show_gui
src/urh/*.txt
src/urh/URHProject.xml
.coverage*
src/urh/dev/gr/scripts/top_block.py
misc/*