1
0
Fork 0
mirror of synced 2024-05-08 06:23:24 +12:00
ArchiveBox/.gitignore
Nick Sweeting 83693a5c03 add packaging setup with stdeb for debian and apt
vendor the base32_crockford lib
add build script for debain packages
2020-11-23 16:57:05 -05:00

25 lines
236 B
Plaintext

.DS_Store
._*
*.pyc
__pycache__/
.mypy_cache/
# Python and Node dependencies
venv/
.venv/
.docker-venv/
node_modules/
# Packaging artifacts
archivebox-*.tar.gz
build/
deb_dist/
dist/
# Data folders
data/
data1/
data2/
data3/
output/