# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.claude/*
!.claude/skills/
.codex
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
x86_64-redhat-linux-gnu/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.uv/
uv.lock

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Translation files
*.mo
*.pot
locale/
po/POTFILES.in

# Generated documentation assets
docs/assets/demo.gif
docs/assets/podcast.m4a
