blob: 767d1af10055d7bdc8917784a8f96072660872c4 (
plain)
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
|
# python runtime files
__pycache__
*.pyc
*.pyo
# development files
*.pth
.coverage
.pypirc
.mypy_cache
bsfs.egg-info
htmlcov
tags
dev/
env
# dist builds
MANIFEST
dist/
build/
# doc builds
doc/build/
# doc extra files
# test data binaries (keep the builder scripts only)
# external builds
tagit/external/setproperty/setproperty.c
tagit/external/setproperty/setproperty.cpython*
# assets
tagit/assets/icons/kivy/browser*
tagit/assets/icons/kivy/filter*
tagit/assets/icons/kivy/misc*
tagit/assets/icons/kivy/planes*
## EOF ##
|