diff options
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4843ba8ba..f2c8fd9c0 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ cover/ /docs_build/ /docs_output/ /docs/apidocs/yardstick*.rst +#PyCharm IDE project configuration files +.idea/ |