diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,8 +1,18 @@ + +bin/* +!bin/dotfiles + *.pyc *.pyo __pycache__/ + .venv/ .tox/ +.bundle/ + build/ dist/ dotfiles.egg-info/ + +Gemfile +Gemfile.lock |