diff --git a/.gitignore b/.gitignore index ca1d079..d07e748 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,16 @@ +*.pyc +.DS_Store .benchmarks .cache .coverage +.eggs .hypothesis +.mypy_cache .tox +.vscode +__pycache__ +_build +bidict.egg-info bidict/_version.py coverage.xml htmlcov