你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
26 行
223 B
Plaintext
26 行
223 B
Plaintext
# Python
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Cython
|
|
*.c
|
|
*.so
|
|
*.pyd
|
|
|
|
# Mac OS X
|
|
.DS_Store
|
|
|
|
# build, dist and egg-info directories
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Hidden files
|
|
.*
|
|
|
|
# Jupyter notebook checkpoints
|
|
.ipynb_checkpoints/
|