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

# Virtual environments
.venv/
venv/
env/

# pytest
.pytest_cache/
htmlcov/
.coverage

# IDE
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Project-specific
samples/
README.md
