# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.venv/
build/
dist/
*.egg-info/

# Rust
target/
*.so

# Analysis output
*.log
*.nc
*.npz

# Editors and operating systems
.DS_Store
*.swp
