diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,19 +1,11 @@ *.pyc *.pyo __pycache__/ -.cache/ +.pytest_cache/ -.venv/ .tox -.bundle/ build/ dist/ dotfiles.egg-info/ .eggs/ - -tasks -.tasks.done - -Gemfile -Gemfile.lock |