.venv
__pycache__

# To order to prevent commit of file of large size.
*.csv
example/heatmaps/multivariate_normal_*

# 예외 처리: examples 디렉토리의 CSV 파일 허용
examples/**/*.csv


_build/

# Sphinx documentation build artifacts
docs/_build/
# Sphinx Gallery generates all files in gallery/ directory
docs/gallery/
docs/examples_gallery/
docs/sg_execution_times.rst
docs/color_system/images/
docs/images/*.png

# Editor specific settings
.vscode/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.log
.env

# Claude Code agent harness — worktrees, transcripts, caches
.claude/

# Jupyter notebooks — use examples/ .py scripts instead
*.ipynb
.ipynb_checkpoints/
.venv/
venv/
*.swp
*.swo
*~
.DS_Store
.agent*
agent-playbooks

# dartwork-mpl UI runtime files
.dartwork_ui_config.json
.dartwork_ui_history.jsonl

# Copied font files for docs HTML specimens
docs/_static/fonts/

# Generated font documentation assets
docs/fonts/_preview.html
docs/fonts/_generated/
docs/fonts/images/
docs/_static/font-face.css

# Python package build artifacts (uv build)
dist/
*.egg-info/
