# Spec
openspec/changes/archive/

# Build artifacts
/dist/
/build/
*.egg-info/
src/cronbook/_version.py

# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environments
.venv/
