diff --git a/ .gitignore b/ .gitignore new file mode 100644 index 0000000..8a0aa17 --- /dev/null +++ b/ .gitignore @@ -0,0 +1,12 @@ +__pycache__/ +*.py[cod] +.venv/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ +dist/ +build/ +*.egg-info/ +.env