-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (29 loc) · 544 Bytes
/
.gitignore
File metadata and controls
37 lines (29 loc) · 544 Bytes
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
# vim swap files
*.swp
# emacs backup files
*~
# pycharm files
.idea/
# python bytecode files
*.pyc
# virtualenv
env
# distutils with PIP
build
dist
w1thermsensor.egg-info
# coverage data
.coverage*
coverage.xml
# ignore temporary tox environments
.tox
# debian build files
.pybuild/
debian/debhelper-build-stamp
debian/files
debian/python*-w1thermsensor.debhelper.log
debian/python*-w1thermsensor.postinst.debhelper
debian/python*-w1thermsensor.prerm.debhelper
debian/python*-w1thermsensor.substvars
debian/python*-w1thermsensor/
deb/