# OS and editor noise
.DS_Store
.idea/
.vscode/
.cursor/

# Local environment and machine-specific config
.env
.env.*
!.env.example
.venv/
.caliper.toml
*.local.md

# Python bytecode, caches, and tooling state
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.hypothesis/
.tox/
.nox/
.ipynb_checkpoints/

# Test and coverage output
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build and packaging output
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Generated/local project artifacts
out/
docs-site/
design-brief/
editor/
caliper-dashboard-design-brief.zip

# Local docs workspace.
# Only committed screenshots are kept here for README/GitHub rendering.
docs/**
!docs/
!docs/screenshots/
!docs/screenshots/**
