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

# Virtual environments
.venv

.env
.envrc

# Local environment
.python-version

# Generated workflow artifacts
artifacts/

# Coverage data
.coverage

.pytest_cache/
