__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.ty/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# mkdocs
site/

# Examples (generated test data)
examples/*/.cache/
examples/*/input/
examples/*/output/
*.pyc
