CourseDesignTemplate/示例项目-角色扮演聊天室/.gitignore

22 lines
167 B
Plaintext

# 环境变量(包含敏感信息)
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store