1
0
Fork 0
mirror of synced 2024-05-16 18:32:41 +12:00

update ignore files

This commit is contained in:
Nick Sweeting 2023-10-20 02:45:20 -07:00
parent 63c276a93d
commit 3b3bdab97d
2 changed files with 8 additions and 2 deletions

View file

@ -5,16 +5,21 @@ __pycache__/
.mypy_cache/
.pytest_cache/
.github/
.git/
.pdm-build/
.pdm-python/
.eggs/
venv/
.venv/
.docker-venv/
node_modules/
build/
dist/
pip_dist/
!pip_dist/archivebox.egg-info/requires.txt
brew_dist/
deb_dist/
pip_dist/
assets/
data/

1
.gitignore vendored
View file

@ -14,6 +14,7 @@ node_modules/
# Packaging artifacts
.pdm-python
.pdm-build
archivebox.egg-info
archivebox-*.tar.gz
build/