*__pycache__*
.idea
.venv/
data/

# User-specific configuration files (use *.example as templates)
chester.yaml
tests/chester.yaml
tests/.env
.env
.envrc

# Build artifacts
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/

# Worktrees
.worktrees/
