# ==================================================================================== #
#                                         BUILD                                        #
# ==================================================================================== #
*.egg-info
build

# ==================================================================================== #
#                                        CACHES                                        #
# ==================================================================================== #
__pycache__
.ruff_cache
.mypy_cache

# ==================================================================================== #
#                                         TESTS                                        #
# ==================================================================================== #
.coverage
tests/coverage
tmp_vepain
