diff --git a/.gitignore b/.gitignore index 9f32136..7de2bce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,6 @@ node_modules/ config.local.json !config.example.json -# 忽略 IDE 文件 -.idea/ -*.iml # 忽略编译输出目录 dist/ @@ -23,7 +20,6 @@ test __pycache__/ -*.iml misc.xml profiles_settings.xml Project_Default.xml @@ -31,9 +27,21 @@ Project_Default.xml # 忽略 Python 缓存文件 -__pycache__/ -*.pyc *.pyo *.pyd *.mo -*.so \ No newline at end of file +*.so + + +uvmodule.log + + +# IDE +.idea/ +*.iml +.vscode/ + + +# Temp files +*.tmp +*.swp \ No newline at end of file