__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
.env
.env.local
.DS_Store
*.log

# --- agent-readiness baseline coverage ---------------------------------
# Mirrors the groups expected by the agent-readiness `gitignore.covers_junk`
# rule so future contributors don't accidentally commit build artefacts,
# coverage output, terraform state, or stray IDE settings.
__pycache__/
*.pyc
*.pyo
node_modules/
.env
.env.local
dist/
build/
vendor/
target/
*.class
*.exe
.idea/
.vscode/
.DS_Store
*.swp
*.egg-info/
.eggs/
.coverage
.pytest_cache/
htmlcov/
coverage/
.terraform/
*.tfstate
*.tfstate.backup
*.log
