diff --git a/.gitignore b/.gitignore index ec414962..05ba8b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +/TODO* +/dirhtml/ +_cache +_static +_templates + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -150,8 +156,3 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ - -# User defined -_cache -_static -_templates