4 Star 6 Fork 4

Apache/Kibble

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dockerignore 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tomek Urbaszek 提交于 2021-03-03 18:58 +08:00 . Initial configuration (#2)
# Ignore everything
**
# Allow only these directories
!kibble
!tests
!scripts
!licenses
# Setup/version configuration
!setup.cfg
!setup.py
# Add required dev configs
!.dockerignore
!.markdownlint.yml
!.pre-commit-config.yaml
!pylintrc
!pyproject.toml
!yamllint-config.yml
# Exclude python generated files
**/__pycache__/
**/*.py[cod]
**/*$py.class
**/.pytest_cache/
**/env/
**/build/
**/develop-eggs/
**/dist/
**/downloads/
**/eggs/
**/.eggs/
**/lib/
**/lib64/
**/parts/
**/sdist/
**/var/
**/wheels/
**/*.egg-info/
**/.installed.cfg
**/*.egg
# Exclude temporary vi files
**/*~
# Exclude output files
**/*.out
# Exclude auto-generated Finder files on Mac OS
**/.DS_Store
**/Thumbs.db
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/apache/kibble.git
git@gitee.com:apache/kibble.git
apache
kibble
Kibble
main

搜索帮助