Commit e48b2cd5 by ccran

feat: update .gitignore

parent c269be90
......@@ -7,9 +7,17 @@
# Keep Python source files
!**/*.py
!**/*.doc
!**/*.docx
!**/*.xlsx
!**/*.pdf
!**/*.xls
!README.md
# Keep this file tracked
!.gitignore
!requirements.txt
\ No newline at end of file
!requirements.txt
**/__pycache__/**
\ No newline at end of file
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python 调试程序: 当前文件",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceFolder}"
}
}
]
}
\ No newline at end of file
{
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda",
"python.defaultInterpreterPath": "/home/ccran/.conda/envs/lufa/bin/python",
"python.terminal.activateEnvironment": true
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment