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

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

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

# Type checking
.mypy_cache/

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

# OS
.DS_Store

# Documentation
docs/_build/

# Project specific
/context/
logs/
*.jsonl

# Local configuration (root only)
/yoker.toml

# Environment files with secrets
.env
.env.local

# folder for local transient files
local/

/.claude
