forked from thonny/thonny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (60 loc) · 1.34 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
!thonny.exe
*/*.pyc
*.log
*.iobj
*.pdb
*.ipdb
*.obj
*.opensdf
*.tlog
*.aps
*.ipdb
*.dmg
.flatpak-builder/
.venv
.vs
.idea
.cache
.pytest_cache
.mypy_cache
.DS_Store
__pycache__
dist
venv
venv*
packaging/linux/build
build
resources_build
MANIFEST
RemoteSystemsTempFiles
installer_building.log
xxl_installer_building.log
packaging/linux/thonny-flatpak-build-dir/
packaging/windows/freezing.log
packaging/setuptools/*.whl
packaging/setuptools/thonny.egg-info
packaging/windows/ThonnyRunner35/ThonnyRunner.sdf
packaging/windows/ThonnyRunner35/ThonnyRunner/Release/ThonnyRunner.res
packaging/windows/ThonnyRunner35/Release/ThonnyRunner.ipdb
packaging/windows/ThonnyRunner36/ThonnyRunner.sdf
packaging/windows/ThonnyRunner36/ThonnyRunner/Release/ThonnyRunner.res
packaging/windows/ThonnyRunner36/Release/ThonnyRunner.ipdb
packaging/windows/ThonnyRunner37/ThonnyRunner.sdf
packaging/windows/ThonnyRunner37/ThonnyRunner/Release/ThonnyRunner.res
packaging/windows/ThonnyRunner37/Release/ThonnyRunner.ipdb
packaging/windows/Python35
packaging/windows/build
packaging/windows/Python36
packaging/mac/out.txt
packaging/mac/build
packaging/mac/*.pkg
packaging/windows/pythonny
packaging/setuptools/*.zip
packaging/setuptools/*.tar.gz
packaging/setuptools/*.whl
packaging/mac/freezing.log
packaging/linux/repo
thonny.egg-info
temp_build_dir
thonnyapp/thonnyapp.egg-info
thonnycontrib