mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-23 16:32:57 +10:00
14 lines
103 B
Plaintext
14 lines
103 B
Plaintext
# OS cruft
|
|
.DS_Store
|
|
._*
|
|
|
|
# python
|
|
__pycache__/
|
|
archiver/venv
|
|
|
|
# vim
|
|
.swp*
|
|
|
|
# output artifacts
|
|
output/
|