diff --git a/.gitignore b/.gitignore index ce15c6c..edb6ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ __pycache__/ *.py[cod] *$py.class +# IDE +.vscode + # C extensions *.so diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5627e19..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.pythonPath": "/home/lsglucas/Documents/Projects/connect-four/venv/bin/python3", - "python.linting.flake8Enabled": false, - "python.linting.pylintEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file