diff --git a/.gitignore b/.gitignore index a1b4f35..d3e9155 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -# Created by .ignore support plugin (hsz.mobi) +# ignore config.json +config.json + ### Python template # Byte-compiled / optimized / DLL files __pycache__/ @@ -105,3 +107,5 @@ venv.bak/ # mypy .mypy_cache/ +# idea +.idea/*