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

# Editor
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Project
*.log
