# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Distribution / packaging
build/
dist/
*.egg-info/

# Virtual envs
.venv/
venv/

# Test/cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/