文件
gprMax/.gitignore

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/