node_modules/
dist/
coverage/
.DS_Store
.env

python/.venv/
python/.pytest_cache/
python/.mypy_cache/
python/.ruff_cache/
python/.coverage
python/htmlcov/
python/dist/
python/build/
python/*.egg-info/
python/src/*.egg-info/
**/__pycache__/
*.py[cod]
