aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 65ce1973eb9c721bef8bd58d902c130bedce99fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
*.pyo
__pycache__/
.pytest_cache/

bin/
!bin/dotfiles

.tox

build/
dist/
dotfiles.egg-info/
.eggs/