# Rust
/target
**/*.rs.bk
Cargo.lock.bak

# Reservation skeletons each compile into their own target/ since they are
# standalone packages outside the main workspace.
/tools/reservations/**/target/
/tools/reservations/**/Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
.pytest_cache/
.ruff_cache/
.pyright/
.mypy_cache/
*.egg-info/
build/
dist/

# uv / venv
.venv/
.env
.python-version.local

# Maturin
/python/vernier/_core*.so
/python/vernier/_core*.pyd

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Profiling outputs
*.prof
flamegraph.svg
samply-*.json.gz
perf.data*
