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

# macOS / Windows
.DS_Store
Thumbs.db
