# General Python
build/
dist/
*.egg-info
__pycache__/

# Virtual environment
.venv/

# Sphinx documentation
/docs/build/
/docs/_build/
/docs/source/auto*
/docs/source/sg_execution_times.rst
/docs/sg_execution_times.rst

# coverage
.coverage
coverage.xml
htmlcov/

# pytest
.pytest_cache/

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Operating system / editor
.DS_Store
.vscode/

# Claude Code — local only
CLAUDE.md
.claude/

# Measured data
docs/examples/measured_data

# Generated PDF figures
*.pdf

# Generated Sphinx-Gallery figures (large, rebuilt during docs build)
docs/source/_static/acoustic_source_figs/
docs/source/_static/measured_data_figs/
