.Rproj.user
.Rhistory
.RData
.Ruserdata
*.Rproj
*.tar.gz
*.Rcheck/
src/*.o
src/*.so
src/*.dll

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

benchmark-results/
benchmark-*.log
_skbuild/
.cmake/
CMakeUserPresets.json

# An in-place build drops the compiled core beside the sources.
python/timesift/_core*.pyd
python/timesift/_core*.so

# Local notes and run files, never part of the package or the site.
dev_notes/
