.DS_Store
*.log
*.swp
.env

__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

.venv/
venv/

build/
dist/
*.egg-info/
