# Python
__pycache__/
*.py[cod]
*.pyc
.Python

# Testing & Coverage
.coverage
.pytest_cache/
.hypothesis/
.mypy_cache/

# Build & Distribution
dist/
*.egg-info/

# Project Output
pidgin_dev_output/  # Development output directory
pidgin_output/      # Legacy output directory
experiments.duckdb
*.log
logs/

# IDE & OS
.DS_Store
.claude/

# Environment
.env
.env.*

# Internal planning
PLANS/
*.env

# Backup files
*~
*.bak
*.py-e

# Examples (if generated during testing)
examples/

# API keys - NEVER commit these
*_api_key*
*_API_KEY*
temp/

# Experiment output directories
pidgin_output/
pidgin_dev_output/

# Internal planning and development files
START_HERE.md
CI_SETUP.md
RELEASE_CHECKLIST.md
