**/.git
**/.gitignore
**/.vscode
**/.idea
**/.DS_Store
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd
**/.Python
**/pip-log.txt
**/pip-delete-this-directory.txt
**/.venv
**/venv
**/ENV
**/env
**/.coverage
**/.coverage.*
**/htmlcov
**/coverage.xml
**/*.cover
**/*.log
**/.hypothesis
**/dist
**/build
**/*.egg-info
**/node_modules
