文件
gprMax/.gitignore
2020-04-15 09:17:32 +01:00

35 行
443 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/
docs/.buildinfo
# Backup files
*~
# Jupyter notebook checkpoints
.ipynb_checkpoints/
# Craig's files
.vscode
user_libs/landmines/*
user_libs/rocks/*
user_models/GPU-paper-landmines/
user_models/IWAGPR2017-challenge/
user_models/to-update/
tests/*.out
tests/*.png