.git
.github
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
**/*.swp
**/*.swo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
dist/
build/
*.egg-info/
**/.DS_Store




