aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 72439a6cc25c7dc93ae4dee8cdaf3f5cdd6c3e13 (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
41
42
43
44

# 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/grouping*
tagit/assets/icons/kivy/misc*
tagit/assets/icons/kivy/objects*
tagit/assets/icons/kivy/search*
tagit/assets/icons/kivy/session*
tagit/assets/icons/kivy/tagging*

## EOF ##