你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
30 行
286 B
Plaintext
30 行
286 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
|
|
.*
|
|
|
|
<<<<<<< Updated upstream
|
|
# Jupyter notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
=======
|
|
*.out
|
|
>>>>>>> Stashed changes
|