aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 790b65232524c6831f498f760806b32dae61b0e6 (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