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

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Venvs
.venv/
venv/
env/
.env

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

# Editor
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
