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

*.pyc
*.pyo
__pycache__/
.cache/

.venv/
.tox
.bundle/

build/
dist/
dotfiles.egg-info/

Gemfile
Gemfile.lock