# Python excludes
.venv/*
.pytest_cache/*
*__pycache__*

# IDEs
.idea/*


