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

# Virtual envs
.venv/
venv/
env/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Tool artifacts (legacy locations; tool now writes to ~/.local/state/woolies-nz-cli/)
.session/
login_failed_*.png

# Local config
*.local.toml
.env
.env.local
