# QA secrets (persona credentials - never commit)
qa/secrets/

# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/

# Build outputs
dist/
build/
*.egg-info/

# IDE
.idea/
.vscode/
*.swp

# Environment
.env
.env.local

# OS
.DS_Store

# Artifacts (transient build outputs)
artifacts/

# TLA+ model checker state files (large, generated)
states/

# Coverage reports
.coverage
htmlcov/
coverage.xml

# pytest cache and output
.pytest_cache/
pytest_out.txt
pytest_output.txt
pytest-*.log

# Hypothesis property-based testing
.hypothesis/

# mypy cache
.mypy_cache/
docs-index.json

# Agentic QA artifacts
.work/
qa_bundle.zip
*.qa-result.json
