# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.pytest-tmp/
.ruff_cache/
.coverage
htmlcov/

# Environments and builds
.venv/
.release-venv/
venv/
.uv-cache/
build/
dist/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local designer exports
exports/
docs/.gif-candidates/
