diff --git a/.gitignore b/.gitignore index e972cac3..7b59370f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ # Stamped controller binaries from . dist/ + +# Feedback and contract tests compile local Python imports. +__pycache__/ +.pytest_cache/