diff --git a/.gitignore b/.gitignore index 6e5b2dd..413eba5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ +# Editors .vscode .idea -data.db +# Python venv __pycache__ -config.yml -dummy \ No newline at end of file +# Runtime +.dev.env +data \ No newline at end of file