# Virtual environments
.venv/
venv/
.env/
.env.*
!.env.examples
# Packaged scaffold templates must ship env samples (still ignored in user repos).
!src/yjcli/data/templates/**/.env.*

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg

# Test / type / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Local tooling
*.log
.cache/
