1 Star 0 Fork 0

kingarthur.hust/PyBaMM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Thibault Lestang 提交于 2020-06-05 15:22 . Update .gitignore
*.txt
*.pdf
*.tmp
*.png
/local/
*.DS_Store
*.mat
*.csv
# don't ignore important .txt and .csv files
!requirements*
!LICENSE.txt
!CMakeLists.txt
!pybamm/CITATIONS.txt
!pybamm/input/**/*.csv
# running files
*.pyc
*.py~
.~lock*
*.swp
# Python cache
*__pycache__/
*.cache
.ipynb_checkpoints/
# Sphinx build files
docs/_build/
docs/build/
build/
# inputs except parameters and comsol data needed for scripts and notebooks
input/*
!input/parameters
!input/comsol_results/
!input/drive_cycles
# keep images required by notebooks
!examples/notebooks/Creating%20Models/SEI.png
# simulation outputs
out/
config.py
matplotlibrc
*.pickle
# ideas
ideas/
.idea/
# setup.py files
*.egg-info
dist/
# coverage
.coverage
coverage.xml
htmlcov/
# black setup file seems to make Travis CI fail
pyproject.toml
# virtual enviroment
env/
venv/
venv3.5/
PyBaMM-env/
bin/
etc/
lib/
lib64
share/
pyvenv.cfg
.vscode
# sundials
sundials
sundials4
sundials-*
SuiteSparse-*
build_sundials
KLU_module_deps
# downloads
*.gz
# third party
third-party
# cmakefiles
CMakeFiles
Makefile
cmake_install.cmake
*.so
*.json
third-party/pybind11
pybind11/
setup.log
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingarthurhust/PyBaMM.git
git@gitee.com:kingarthurhust/PyBaMM.git
kingarthurhust
PyBaMM
PyBaMM
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385