diff --git a/.gitignore b/.gitignore index 90b215a..59c88a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,14 @@ __pycache__/ *.pyc +*.egg +dist/ +build/ data/ .env +.venv/ +venv/ *.egg-info/ .pytest_cache/ +.ruff_cache/ +.mypy_cache/ +.vscode/