summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e9377be42a53614156120078a39e58cdd9c745b6 (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
.vagrant
*.pyc
*.pyo
*.swp
*.html
*.class
*.orig
*.rej
*~
__pycache__

build
dist
doc/_build/
tox.egg-info
.tox
.cache
.python-version

coverage.xml
htmlcov

.idea
.eggs/
py27/

.*_cache