文件
gprMax/.gitignore
2019-07-30 09:50:33 +01:00

24 行
248 B
Plaintext

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