diff --git a/.gitignore b/.gitignore index 84c3287..85b0ead 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,4 @@ -# python stuff __pycache__/ - -# venv stuff -bin/ -include/ -lib/ -lib64 -pyvenv.cfg - -.tmp/ -pip-selfcheck.json +.venv/ .mypy_cache/ +.tmp/