diff --git a/.gitignore b/.gitignore index c3a9033..fa79516 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ create_log_table.sql # Ignore Python bytecode files *.pyc -__pycache__/ +/__pycache__ +/.idea