ArchiveBox/.dockerignore

22 lines
199 B
Text
Raw Normal View History

2018-10-13 22:47:30 -04:00
.DS_Store
2019-07-09 13:04:39 -04:00
._*
2020-06-25 21:30:29 -04:00
*.pyc
2019-07-09 13:04:39 -04:00
__pycache__/
2019-07-09 13:11:00 -04:00
.mypy_cache/
2020-11-28 05:24:49 -05:00
.pytest_cache/
.github/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
venv/
.venv/
.docker-venv/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
build/
dist/
2020-11-28 05:24:49 -05:00
pip_dist/
!pip_dist/archivebox.egg-info/requires.txt
brew_dist/
assets/
2019-07-09 13:04:39 -04:00
2020-06-25 21:30:29 -04:00
data/
output/