# Python
*.py[cod]
**/__pycache__/
*.so
*.egg
*.egg-info/
.eggs/

# Distribution / build
build/
dist/

# Jupyter
**/.ipynb_checkpoints/
notebooks/Python2-3_transition.ipynb

# Notebook data outputs
notebooks/*.dat
notebooks/*.nc
notebooks/*.png

# Virtual environments
.env
.venv
env/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Project-specific directories
old/
references/
release/
test/
image_out/
