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

# Virtual environment
venv/
.venv/

# Pytest
.pytest_cache/

# Typing
.mypy_cache/
.pyright/

# Editor
.vscode/
.idea/

# OS
.DS_Store
