aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b8ea47b2b1c9b39dae71cb5a79e5a33ad6638891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyc
*.pyo
__pycache__/
.cache/

.venv/
.tox
.bundle/

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

tasks
.tasks.done

Gemfile
Gemfile.lock