diff --git a/.gitignore b/.gitignore index 06b49b2..ae61aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ __pycache__/ # Build dist/ *.egg-info/ + +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index dc9ad53..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "*.css": "tailwindcss" - }, - "python.analysis.typeCheckingMode": "basic" -} \ No newline at end of file