文件
gprMax/.gitignore
Nathan Mannall 5e583160a2 Update .gitignore
2025-03-17 12:15:13 +00:00

39 行
435 B
Plaintext

# Python
*.pyc
*.pyo
.venv
# 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
testing/*.out
testing/*.png
# Output files from running the examples
examples/*.h5
examples/*.pdf
# Test coverage files
.coverage
cov.xml