diff --git a/.gitignore b/.gitignore index e4a0a0f..baa6e90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Python __pycache__/ *.py[cod] *$py.class @@ -15,24 +16,26 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ -share/python-wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST +*.manifest +*.spec +pip-log.txt +pip-delete-this-directory.txt +tox.ini +coverage/ +htmlcov/ .pytest_cache/ -.coverage -.htmlcov/ -.tox/ -.nox/ -.coverage -*.cover -.hypothesis/ -.pytest_cache/ -mypy_cache/ .ruff_cache/ -dist/ -build/ -*.tar.gz -*.tar.xz +venv/ +env/ +.venv/ +env.bak/ +venv.bak/ +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store