diff --git a/.gitignore b/.gitignore index 46aec94..bc1f3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,9 @@ tmp/ # Verify # https://github.com/VerifyTests/Verify#received-and-verified *.received.* + +__pycache__/ +*.py[cod] +dist/ +build/ +*.egg-info/ diff --git a/.standard_content.json b/.standard_content.json index 09b07b2..b8c9e1b 100644 --- a/.standard_content.json +++ b/.standard_content.json @@ -15,6 +15,6 @@ ".gitignore", "Directory.Build.props" ], - "last_updated": "2026-02-01T15:41:15.5383441+00:00" + "last_updated": "2026-05-06T11:09:49.3720335+00:00" } } \ No newline at end of file