summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bde7c10a6b7411926606532f860fc87667e309de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# From GitHub's .gitignore template collection

*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs

develop-eggs

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
htmlcov