Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 647 Bytes
Copy Edit Raw Blame History
# Python temp files
*.coverage
*.pdb
*.pyc
*.pyd
*.pyd.manifest
.eggs
.ipynb_checkpoints
requirements.txt
# Python temp directories
*.egg-info/
.pytest_cache/
__pycache__/
# Local editor config
/.idea
/.vscode
# Binary files
*.dll
*.dylib
*.gch
*.o
*.out
*.so
*.so.*
# Python venv
/venv/
# Local build directories
/build/
/clang*/
/cmake-build-debug/
/docs/build/
/gcc*/
/install/
/ninja/
# Temp or local directories
/.cache
/dist/
/docs/doxygen
/local_script/
/output/
/tmp/
Testing/
somas_meta/
stat/
# Misc. temp or local files
/.dir-locals.el
/analyze_fail.dat
/build.conf
/settings.json
/test*.*
/tmp*
# macOS temp files
**/.DS_Store
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化