diff --git a/.gitignore b/.gitignore index b6e4761..aeb143b 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,11 @@ dmypy.json # Pyre type checker .pyre/ + +#VSCode + +.vscode/ + +# Exclusions + +!src/xkpassgen/lib/ \ No newline at end of file