__pycache__/
*.py[cod]
*.pyo
*.pyd

.Python
.venv/
venv/
env/
ENV/

build/
dist/
*.egg-info/

.mypy_cache/
.ruff_cache/
.pytest_cache/

.DS_Store
.vs/
.v17/
.codex/
