__pycache__/
.pytest_cache/
.mypy_cache/
*.pyc
*.pyo
*.pyd
.venv/
venv/
dist/
build/
*.egg-info/
.DS_Store
project_structure.*


