Update .gitignore to ignore the entire .vscode folder

This commit is contained in:
Guillem Hernandez Sola
2026-04-28 06:45:40 +02:00
parent bbe2a02e33
commit 0fbfd68585
2 changed files with 12 additions and 1 deletions

View File

@@ -35,7 +35,13 @@ pip install atproto tweety-ns playwright httpx arrow python-dotenv -q
playwright install chromium
# Install the required Linux system libraries
playwright install-deps chromium
playwright install-deps chromium
# 7. Clean up (Optional)
# Deactivate the virtual environment
deactivate
# Remove the virtual environment (if you want to start fresh next time)
# rm -rf venv
# 5. Run the script
echo "▶️ Running the sync script..."