# Copyright 2025 BBDevs
# Licensed under the Apache License, Version 2.0

# Python cache
__pycache__/
*.py[cod]
*.so

# Testing
.pytest_cache/
.coverage
htmlcov/
*.log

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

# Type checking
.mypy_cache/

