﻿# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.codex_tmp*/

# Local environments
.venv/
venv/
env/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

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

# Runtime data generated by Timesaver Artius Browser
.ts_artius_browser/
.asset_browser/

# Temporary logs and local exports
*.log
*.tmp
*.bak
agents.md
CLAUDE.md
doc/
# Local boundary tests stay out of the repo. Public e2e and integration
# suites live in dedicated subdirectories below and are explicitly
# whitelisted. Note: re-including paths inside an excluded directory
# requires `tests/*` (not `tests/`) so the directory itself is not
# excluded by Git.
tests/*
!tests/e2e/
!tests/e2e/**
!tests/integration/
!tests/integration/**
# Re-exclude generated artifacts inside the whitelisted dirs.
tests/e2e/node_modules/
tests/e2e/playwright-report/
tests/e2e/test-results/
tests/integration/__pycache__/
tests/e2e/__pycache__/

# Editor / agent state
.claude/
