# Byte-compiled / caches
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Example outputs
examples/*.csv
examples/*.png

# Environments
.venv/
venv/
env/

# OS / editor
.DS_Store
.idea/
.vscode/
