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

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# heppyyier runtime directories
packages/
*_packages/
recipe-cache/

# heppyyier local config
.heppyyier.toml

# Jupyter
.ipynb_checkpoints/
*_executed.ipynb

# Local session-resume scratch files (not project content)
resume_claude_previous.sh
claude_resume.sh

# macOS
.DS_Store

# Editors
.vscode/
.idea/
*.swp
