aboutsummaryrefslogtreecommitdiff
blob: 306b7102f48c53841b1203ccd6f6dc7cca4e0655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.py[co]
.*.swp
.*.un~

# C extensions
/src/snakeoil/*.c
*.so

/build
/cache
/.cache
/dist
_trial_temp
/doc/_build
/doc/api

# unit testing / coverage
.coverage*
/htmlcov
.tox

# distutils/setuptools
MANIFEST