aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d8f4b3c51c617a0836eb6526d82de01455098ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bin/*
!bin/dotfiles

*.pyc
*.pyo
__pycache__/

.venv/
.tox/
.bundle/

build/
dist/
dotfiles.egg-info/

Gemfile
Gemfile.lock