/dist
/build
/*.egg-info
/.pypirc
/test.py
/**/*.pyc
/.venv
/site

/**/*/__pycache__

tests.py
*.xlsx

.ruff_cache
.mypy_cache
.pytest_cache

.env
