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
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.mypy_cache/
|
||||||
|
archivebox.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
# Dependency code
|
# Dependency code
|
||||||
.venv # main pipenv venv path
|
.venv # main pipenv venv path
|
||||||
|
|
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,12 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.mypy_cache/
|
||||||
|
archivebox.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
|
||||||
# Dependency code
|
# Dependency code
|
||||||
.venv # main pipenv venv path
|
.venv # main pipenv venv path
|
||||||
|
|
Loading…
Reference in a new issue