mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-22 16:02:57 +10:00
Merge branch 'master' into django
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,27 +1,16 @@
|
||||
# OS cruft
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# python
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.mypy_cache/
|
||||
venv
|
||||
.venv
|
||||
archivebox/.venv
|
||||
archivebox/venv
|
||||
archivebox/docs/_build
|
||||
|
||||
# vim
|
||||
.swp*
|
||||
venv/
|
||||
.venv/
|
||||
.docker-venv/
|
||||
|
||||
# output artifacts
|
||||
output
|
||||
output/
|
||||
data
|
||||
data/
|
||||
archivebox/output
|
||||
archivebox/data
|
||||
|
||||
archivebox.egg-info/
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
data/
|
||||
output/
|
||||
|
||||
Reference in New Issue
Block a user