# Python
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage

# Build artifacts
build/
dist/
*.egg-info/

# Bundled static library (produced by the zig build)
src/csar/libcsar.*

# Zig build artifacts
zig-out/
.zig-cache/
zig-pkg/

# uv lockfile — opt in if you want it tracked
uv.lock

# Script outputs (generated plots), at any depth (incl. explorations/out/)
scripts/**/out/

# OS
.DS_Store
.ipynb_checkpoints/
