1
0
Fork 0
mirror of synced 2024-05-04 12:34:29 +12:00
ArchiveBox/.gitignore

37 lines
396 B
Plaintext
Raw Normal View History

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