3 Star 5 Fork 0

thu-pacman/chitu

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dockerignore 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
唐适之 提交于 2026-01-06 16:04 +08:00 . [CI] Adjust optional dependencies
# No git history
**/.git
# No CI scripts
**/.gitlab-ci.yml
# Dockerfile is not needed inside the images
**/Dockerfile
**/*.Dockerfile
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
**/*$py.class
# C extensions
**/*.so
# Distribution / packaging
**/.Python
**/build/
**/quant_cache/
**/develop-eggs/
**/dist/
**/downloads/
**/eggs/
**/.eggs/
**/lib/
**/lib64/
**/parts/
**/sdist/
**/var/
**/wheels/
**/share/python-wheels/
**/*.egg-info/
**/.installed.cfg
**/*.egg
**/MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
**/*.manifest
**/*.spec
# Installer logs
**/pip-log.txt
**/pip-delete-this-directory.txt
# Unit test / coverage reports
**/htmlcov/
**/.tox/
**/.nox/
**/.coverage
**/.coverage.*
**/.cache
**/nosetests.xml
**/coverage.xml
**/*.cover
**/*.py,cover
**/.hypothesis/
**/.pytest_cache/
**/cover/
# Jupyter Notebook
**/.ipynb_checkpoints
# IPython
**/profile_default/
**/ipython_config.py
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
**/__pypackages__/
# Environments
**/.env
**/.venv
**/env/
**/venv/
**/ENV/
**/env.bak/
**/venv.bak/
# Cython-generated files
/chitu/*.c
# Cython debug symbols
**/cython_debug/
# Ascend temp files
/kernel_meta/
/extra-info/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#
**/outputs/*
**/test/outputs/*
**/dumps/*
**/log/*
!third_party/ascend-kernel/grouped_gemm/op_host/inc/log/*
# Vim
**/.*.swp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thu-pacman/chitu.git
git@gitee.com:thu-pacman/chitu.git
thu-pacman
chitu
chitu
public-main

搜索帮助