# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
*.so

# uv
.python-version

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
.dmypy.json

# ruff
.ruff_cache/

# bailiff runtime cache (fetched template checkouts, generated catalogs)
.bailiff/.cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store


# APM dependencies
apm_modules/
# SpecKit status-report generated artefact (regenerated each run)
specs/**/spec-status.md
# agent working notes
.scratch.md
# orchestrate run stores (ephemeral DAG + ledger; local forensic record only)
.orchestration/
