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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

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

# OS
.DS_Store

# Documentation
docs/_build/

# Project specific
/context/
logs/
*.jsonl

# Local configuration
yoker.toml

# Generated session logs
media/session.jsonl

# Environment files with secrets
.env.local

# Temporary verification scripts
verify_fix.py
.env
