1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 17:50:04 +02:00

ignore pypi folders

This commit is contained in:
Nick Sweeting
2019-07-09 13:11:00 -04:00
parent a411528e8d
commit 9ffc3f318c
2 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
.DS_Store
._*
__pycache__/
.mypy_cache/
archivebox.egg-info/
build/
dist/
# Dependency code
.venv # main pipenv venv path

6
.gitignore vendored
View File

@@ -1,6 +1,12 @@
.DS_Store
._*
__pycache__/
.mypy_cache/
archivebox.egg-info/
build/
dist/
# Dependency code
.venv # main pipenv venv path