summaryrefslogtreecommitdiff
path: root/.gitignore
blob: df8ab61da1d44eb135533ebfa87c26bb044e42e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

.DS_Store