diff --git a/.gitignore b/.gitignore index be1b1acc..fc82df44 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ __pycache__/ *.py[cod] # Log files -*.log +**/*.log # Hidden files .* @@ -16,4 +16,4 @@ data/* *.db # Virtualenv -env/* \ No newline at end of file +env/*