mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
ignore pypi folders
This commit is contained in:
parent
a411528e8d
commit
9ffc3f318c
2 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
.DS_Store
|
||||
._*
|
||||
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
archivebox.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Dependency code
|
||||
.venv # main pipenv venv path
|
||||
|
|
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
|||
.DS_Store
|
||||
._*
|
||||
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
archivebox.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
|
||||
# Dependency code
|
||||
.venv # main pipenv venv path
|
||||
|
|
Loading…
Reference in a new issue