2018-06-11 01:21:53 +00:00
|
|
|
.DS_Store
|
2018-08-07 06:43:07 +00:00
|
|
|
._*
|
2020-06-26 01:30:29 +00:00
|
|
|
*.pyc
|
2017-05-05 08:50:15 +00:00
|
|
|
__pycache__/
|
2019-03-26 09:35:20 +00:00
|
|
|
.mypy_cache/
|
2021-01-08 13:24:05 +00:00
|
|
|
.eggs/
|
2020-12-11 14:49:00 +00:00
|
|
|
tests/out/
|
2018-08-07 06:43:07 +00:00
|
|
|
|
2020-11-23 21:52:15 +00:00
|
|
|
# Python and Node dependencies
|
2020-06-26 01:30:29 +00:00
|
|
|
venv/
|
|
|
|
.venv/
|
|
|
|
.docker-venv/
|
2020-11-23 21:52:15 +00:00
|
|
|
node_modules/
|
2019-03-27 19:39:30 +00:00
|
|
|
|
2024-04-24 00:43:01 +00:00
|
|
|
# Ignore dev lockfiles (should always be built fresh)
|
|
|
|
pdm.dev.lock
|
2024-04-26 01:03:44 +00:00
|
|
|
requirements-dev.txt
|
2024-04-24 00:43:01 +00:00
|
|
|
|
2020-11-23 21:52:15 +00:00
|
|
|
# Packaging artifacts
|
2023-10-20 00:09:48 +00:00
|
|
|
.pdm-python
|
2023-10-20 09:45:20 +00:00
|
|
|
.pdm-build
|
2020-12-11 14:22:38 +00:00
|
|
|
archivebox.egg-info
|
2020-11-23 21:52:15 +00:00
|
|
|
archivebox-*.tar.gz
|
2019-03-27 19:39:30 +00:00
|
|
|
build/
|
|
|
|
dist/
|
2018-08-07 06:43:07 +00:00
|
|
|
|
2020-11-23 21:52:15 +00:00
|
|
|
# Data folders
|
2020-06-26 01:30:29 +00:00
|
|
|
data/
|
2024-02-22 12:46:44 +00:00
|
|
|
data*/
|
2020-06-26 01:30:29 +00:00
|
|
|
output/
|
2024-05-13 09:37:48 +00:00
|
|
|
index.sqlite3
|
2024-06-04 11:14:59 +00:00
|
|
|
*.sqlite*
|
|
|
|
data.*
|
2022-09-12 20:34:02 +00:00
|
|
|
|
|
|
|
# vim
|
|
|
|
*.sw?
|
2024-06-04 11:14:59 +00:00
|
|
|
.vscode
|