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

# Virtual environment
.venv/

# Environment / secrets -- never commit these
.env
.env.local
.env.*.local

# Personal profile -- contains private info; commit the example instead
profile.yaml
profile.*.yaml
!profile.example.yaml

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Ruff / linting
.ruff_cache/

# Local working notes -- not part of the project history
NEXT_STEPS.md
