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

# Python cache
__pycache__/
*.pyc
*.pyo

# Demo recordings
*.cast

# IDE files
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db
