diff --git a/.gitignore b/.gitignore index c7e2f1e45..66c1ad395 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ *~ *.egg-info *.pyc +__pycache__ .python-version +.mypy_cache/ +.ruff_cache/ env/ +.env/ venv/ +.venv/ +.DS_Store +.vs/ +.vscode/ worker/api.log* worker/fish.exit worker/fishtest.cfg -worker/_testing_* -worker/testing -worker/worker.lock +worker/_testing_*/ +worker/testing/ +worker/*worker.lock