diff --git a/.gitignore b/.gitignore index a01bc69..5ab03d8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__/ *.so .Python build/ +.pybuild/ develop-eggs/ dist/ downloads/ @@ -23,6 +24,7 @@ share/python-wheels/ *.egg-info/ .installed.cfg *.egg +*/_version.py # Virtual environments .venv/