Update .gitignore

This commit is contained in:
Nick Sweeting 2018-12-31 20:57:12 -05:00 committed by GitHub
parent 771cdfc49b
commit ec0e3209fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View file

@ -4,7 +4,10 @@
# python # python
__pycache__/ __pycache__/
archiver/venv venv
.venv
archivebox/.venv
archivebox/venv
# vim # vim
.swp* .swp*
@ -14,3 +17,4 @@ output
output/ output/
data data
data/ data/
archivebox/output