# build
dist/
build/
*.egg-info/

# cache
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/

# env
.env
.venv/
venv/

# ide
.idea/
.vscode/
*.swp

# os
.DS_Store
