你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-03 19:26:50 +08:00
23 行
204 B
Plaintext
23 行
204 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
|
|
*~
|
|
|
|
# Jupyter notebook checkpoints
|
|
.ipynb_checkpoints/
|