diff --git a/.gitignore b/.gitignore index 4bc2558..361d133 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,19 @@ -# BUG: This .gitignore is incomplete - missing common Python entries venv/ +.venv/ .vscode/ .idea/ + +# Python artifacts +__pycache__/ +*.pyc +*.pyo +*.pyd + +# Environments and credentials +.env + +# Testing and builds +.pytest_cache/ +*.egg-info/ +dist/ +build/