__pycache__/
*.pyc
*.pyo
*.egg-info/
build/
dist/
tests/
pytest.ini
.pytest_cache/
.vscode/
.idea/
.DS_Store
Thumbs.db
venv/
.env


