diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef08d47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST +*.py,cover +*.cover +.pytest_cache/ +.coverage +.coverage.* +htmlcov/ +.tox/ +.nox/ +*.log +.local +.mypy_cache/ +.ruff_cache/ +.pytype/ +*.egg-info/ +dist/ +build/ +*.tar.gz +.tgz