# OS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
dist/
build/

# Pytest
.pytest_cache/

# Env
.env
*.env
