__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
.venv-*/
requirements-audit.txt
dist/
build/
*.egg-info/
.coverage
htmlcov/

# Factory runtime and credentials must never enter Git.
.env
.env.*
!.env.example
factory-home/
factory-secrets/
factory-state/
instances/
runtime/
*.sqlite
*.sqlite3
*.db
*.log

# Editors and operating system files.
.vscode/
.idea/
.DS_Store

# Test evidence must be reviewed and explicitly added after redaction.
artifacts/
