# Local reference and discussion material
discussion/
local-reference/
tmp/

# Local runtime storage and caches, including make cli config/data in var/harness-ui/
/var/

# Machine-specific Service configuration, selected with SERVICE_CONFIG
/dev/service/local.private.toml

# Live-test credentials and generated artifacts stay local, outside Git merges
/dev/live_tests/.state/
/dev/live_tests/providers.local.toml

# Python bytecode and native extensions
__pycache__/
*.py[cod]
*$py.class
*.so

# Python packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

# Python environments
.env
.env.*
!.env.harness.example
!/dev/harness/.env.example
!/dev/harness-ui/.env.example
.venv/
env/
venv/

# Tests, coverage, and static analysis
.coverage
.coverage.*
.cache/
.hypothesis/
.mypy_cache/
.nox/
.pyright/
.pytest_cache/
.ruff_cache/
.tox/
coverage.xml
htmlcov/

# Documentation output
site/

# Cloudflare Wrangler local state
.wrangler/

# Rust
target/
**/*.rs.bk

# Frontend tooling
node_modules/
*.tsbuildinfo
/frontend/apps/*/dist/
/packages/a13n-harness-ui/a13n_harness_ui/static/
/packages/a13n-harness-ui/a13n_harness_ui/assets/builtin_skills/

# Editors and operating systems
.DS_Store
.idea/

# Logs and temporary files
*.log
*.tmp
.anycap/

/frontend/packages/*/dist/
