文件
gprMax/.gitignore
2016-05-18 13:03:58 +01:00

26 行
219 B
Plaintext

# Python
*.pyc
*.pyo
# Cython
*.c
*.so
*.pyd
# Mac OS X
.DS_Store
# build, dist and egg directories
build/
dist/
*.egg-info/
# Backup files
*~
# Hidden files
.*
# Jupyter notebook checkpoints
.ipynb_checkpoints/