# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
*.whl

# R
.Rhistory
.RData
.Rproj.user/
*.Rcheck/
*.tar.gz
/r/NAMESPACE.bak

# Editor
.DS_Store
.idea/
.vscode/
*.swp
