-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
72 lines (54 loc) · 1.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# no python virtual environment
.venv*
# no compiled python or caches
**/__pycache__
**/.*_cache
#ignore the scratchpad
scratch/*
# ignore stubs
# stubs generated in testing
board/stubs
minified/stubs
all-stubs
stubs
src/stubber/board/stubs
firmware-stubs
# Interim storage for bulkstubber
# tempfolder used by get_core
build
# ignore test coverage reports
.coverage*
**/coverage/*
**/coverage*.xml
# no test results
junit/*
results/
# OS specific stuff
desktop.ini
# Do not check in the autodoc generated API documentaion files
docs/_build
docs/api
docs/~$*
# no node_modules ( pyright )
node_modules
# ignore databases - status files
scripts/bulk_stubber.json
**/modulelist.db
**/modulelist.done
# no poetry packaging
dist/
# code modding output saved for tests / comparison
tests/codemods/codemod_test_cases/**/output.py
# ignore the typings folders used in testing.
snippets/*/typings
**/typings_*
typings_test
typings
.vscode/Pico-W-Stub
empty
**/*_lock.file
tmp_minified.py
src/stubber/board/board_info.json
codecov.exe
src/mpflash/coverag*
Bugs to fix-MPFlash.md