diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ *.pyc __pycache__/ +.idea/ +venv/ instance/ .pytest_cache/ @@ -9,4 +11,4 @@ htmlcov/ dist/ build/ -*.egg-info/
\ No newline at end of file +*.egg-info/ |