# --- Python ---------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Hatch / hatchling build artefacts -----------------------------------
.hatch/
.hatch_build/

# --- Virtual environments ------------------------------------------------
.venv/
venv/
env/
ENV/

# --- Testing / coverage --------------------------------------------------
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# --- Jupyter -------------------------------------------------------------
.ipynb_checkpoints/

# --- Generated figures (regenerated by the driver scripts) ---------------
fig_*.pdf
fig_*.png

# --- Generated logs ------------------------------------------------------
*.log

# --- Editor / IDE --------------------------------------------------------
.vscode/
.idea/
*.swp
*~

# --- macOS / Windows -----------------------------------------------------
.DS_Store
Thumbs.db
