__pycache__/
*.pyc
*.pyo
.pytest_cache/
.hypothesis/
dist/
*.egg-info/
.test-receipts/
.aiir/
.coverage
htmlcov/

# Workstation-local files (never committed)
.local/
mutants/
.mutmut-cache/
.benchmarks/
sdks/rust/target/

# GitLab CI dotenv artifact (written at runtime by set_gitlab_ci_output)
aiir.env
