summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a2e616bf3ac1effd41efbf2707b4f956b6d8179d (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
*.log
subunit.log
.autogenerated
*.py[co]

# Packages
dist/
*.egg
*.egg-info
.DS_Store
build

# Unit test
.coverage
cover/
coverage.xml
.stestr
.testrepository
.tox
.venv

# Sphinx
doc/source/api/

# Editors
*.swp