# Claude Code
CLAUDE.md
.claude
docs/to_claude
REFACTORING.md
project_management/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
Thumbs.db

# Project specific
outputs/
!outputs/notebook/
*.png
!docs/figrecipe_logo.png
!docs/images/*.png
!docs/images/**/*.png
!outputs/notebook/*.png
*.yaml
!.pre-commit-config.yaml
!pyproject.toml
!outputs/notebook/*.yaml
!src/figrecipe/styles/presets/*.yaml
*.npy
*.npz
*.csv
GITIGNORED/
examples/.ipynb_checkpoints/
examples/.old/
tts_cache/

# BGM files (large files excluded, except smile.mp3 for demo)
docs/bgm/*.mp3
!docs/bgm/smile.mp3

# Claude worktree symlinks
.worktree-*

# Claude worktree symlink
/feature-demo-movie
/.claude-worktree-symlinks
# Claude worktree symlink
/feature-cli
# Claude worktree symlink
/feature-datatable-direct-edit

# Example outputs (generated files)
examples/*/outputs_*/
# Claude worktree symlink
/feature-object-support
# Claude worktree symlink
/feature-editor-improvements
