.idea/
.vscode/

.ipynb_checkpoints
.venv/

__pycache__/
.pytest_cache/
*.pypirc

# Added by cargo
/target

# Outputs
tests/data/outputs/
!tests/data/outputs/.gitkeep
output.nc
dist/

# Development files
test.ipynb

# Original files
original/

# MacOS
.DS_Store

# Ruff
.ruff_cache/

# Environment
.env*
