# ---------------------------------------------------------------------------
# Generated output from the scripts (timestamped CSV reports)
#   check_mantle_models.py -> <datetime>.mantle.model.csv
#   bedrock-probe          -> output/<datetime>.bedrock.<endpoint>.test.csv
#                             output/<datetime>.bedrock.search.csv
# ---------------------------------------------------------------------------
output/
*.mantle.model.csv
*.bedrock.*.test.csv
*.bedrock.search.csv
# Catch-all for any timestamped CSV export produced by these tools.
[0-9][0-9][0-9][0-9]-*.csv

# ---------------------------------------------------------------------------
# Playwright MCP session artifacts
# ---------------------------------------------------------------------------
.playwright-mcp/

# ---------------------------------------------------------------------------
# Local scratch / backups
# ---------------------------------------------------------------------------
backup/
*.bak
*.tmp
*.log

# ---------------------------------------------------------------------------
# Python / packaging build artifacts
# ---------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
src/*.egg-info/
.eggs/
build/
dist/
*.whl
*.tar.gz
pip-wheel-metadata/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# ---------------------------------------------------------------------------
# Environment / credentials (never commit AWS creds or secrets)
# ---------------------------------------------------------------------------
.env
.env.*
*.pem
*.key
.aws/
.pypirc
*.pypirc
secrets.*
*_token*
credentials.json

# ---------------------------------------------------------------------------
# Editor / OS
# ---------------------------------------------------------------------------
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
