From 27a4d6d87ea1d0ea7f7f120de55baabee3de73e3 Mon Sep 17 00:00:00 2001 From: Joe Esposito Date: Mon, 17 Jun 2019 00:53:12 -0400 Subject: [PATCH] Rearrange .gitignore and add IDE-specific files section --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 120554d..4941f85 100644 --- a/.gitignore +++ b/.gitignore @@ -12,10 +12,13 @@ env *.py[cod] settings_local.py +# Test files +.pytest_cache + # OS-specific files .DS_Store Desktop.ini Thumbs.db -# Tests -.pytest_cache +# IDE-specific files +.idea