# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
sdist/
wheels/

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

# Environment variables (secrets)
.env
.env.local
.env.*.local

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

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

# OS files
.DS_Store
Thumbs.db
Desktop.ini


# Jupyter
.ipynb_checkpoints/

# Local planning (not for repo)
plan/

# Interactive tests (local only, not for repo)
interactive_tests/

# Test artifacts (MagicMock file creation side effects)
MagicMock/

# Video/marketing assets (local only)
docs/video-scripts/
*.mp4
