#!/bin/bash

# Unset Cursor-related environment variables
unset APPIMAGE
unset APPDIR
unset LD_LIBRARY_PATH
unset PERLLIB
unset GSETTINGS_SCHEMA_DIR
unset QT_PLUGIN_PATH
unset CHROME_DESKTOP
unset CURSOR_TRACE_ID
unset CURSOR_AGENT
unset GIT_ASKPASS
unset VSCODE_GIT_ASKPASS_NODE
unset VSCODE_GIT_ASKPASS_MAIN

# Run Django development server
python3 manage.py runserver