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

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
