mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-22 00:19:14 -04:00

* Makefile improvements + pre-commit hook * update make target in CI * fix CI more * .gitignore update * couple more Makefile refinements * make target-version explicit on ruff import sorting
14 lines
107 B
Plaintext
14 lines
107 B
Plaintext
*.pyc
|
|
*.diff
|
|
.*.sw*
|
|
venv
|
|
.venv
|
|
|
|
# build artifacts
|
|
build/
|
|
brozzler.egg-info/
|
|
|
|
# editor config
|
|
.idea
|
|
.vscode
|