mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
39 lines
357 B
Text
39 lines
357 B
Text
.DS_Store
|
|
._*
|
|
*.pyc
|
|
__pycache__/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.github/
|
|
.pdm-build/
|
|
.pdm-python
|
|
.eggs/
|
|
.git/
|
|
!.git/HEAD
|
|
!.git/refs/heads/*
|
|
|
|
venv/
|
|
.venv/
|
|
.venv-old/
|
|
.docker-venv/
|
|
node_modules/
|
|
chrome/
|
|
chromeprofile/
|
|
|
|
pdm.dev.lock
|
|
pdm.lock
|
|
|
|
docs/
|
|
build/
|
|
dist/
|
|
brew_dist/
|
|
deb_dist/
|
|
pip_dist/
|
|
assets/
|
|
docker/
|
|
|
|
data/
|
|
data*/
|
|
output/
|
|
index.sqlite3
|
|
index.sqlite3-wal
|