# Build / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.env

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

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