# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.egg

# Virtual envs
.venv/
venv/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
