diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a0344 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python bytecode + tool caches +__pycache__/ +*.py[cod] +.pytest_cache/ +.ruff_cache/ +.hypothesis/ +# build artifacts +dist/ +build/ +*.egg-info/