# Python cache/artifacts
__pycache__/
*.py[cod]
*.so

# Virtual environments
venv/
venv*/
.venv/

# Test/cache
.pytest_cache/
.coverage
htmlcov/

# Packaging/build
build/
dist/
*.egg-info/

# Local environment/config
.env
.Rhistory

# Generated reports
*_report_*.html
