# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Docs build
docs/_build/

# OS
.DS_Store
Thumbs.db
desktop.ini

# uv
uv.lock

# Misc
*.log
.env

# Internal dev tools
CLAUDE.md
.claude/
.ralph/
_plan_raw.txt

# Showcase notebooks (LinkedIn)
showcase/
