你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
39 行
435 B
Plaintext
39 行
435 B
Plaintext
# Python
|
|
*.pyc
|
|
*.pyo
|
|
.venv
|
|
|
|
# Cython
|
|
*.c
|
|
*.so
|
|
*.pyd
|
|
gprMax/cython/fields_updates_dispersive.pyx
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
# build, dist and egg-info directories
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
docs/.buildinfo
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Jupyter notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# Craig's files
|
|
.vscode
|
|
testing/*.out
|
|
testing/*.png
|
|
|
|
# Output files from running the examples
|
|
examples/*.h5
|
|
examples/*.pdf
|
|
|
|
# Test coverage files
|
|
.coverage
|
|
cov.xml
|