__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Checkpoints and logs produced by the examples and the test suite
checkpoints/
*.pt
ravex.log

.vscode/
.idea/
.DS_Store

# Cargo, since GPU-105.
/target/

# The compiled core, built into the source tree by an editable install.
ravex/_core*.pyd
# Debug symbols maturin leaves beside the extension on Windows.
ravex/*.pdb
ravex/_core*.so
