# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/
.env
.env.local

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*

# Scratch projects generated by `make scaffold`
.sandbox/

# OS
.DS_Store

# Build artifact: `make bundle-template` copies the template here.
packages/elric-cli/elric_cli/_template/
