# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE files
.idea/
.vscode/

# cache
__pypackages__/
*.log
*.cache
*.tmp
*.bak
*.swp
.DS_Store
thumbs.db
.eggs/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/   

# test
tests/
play/