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

.tox

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