# Python
__pycache__/
*.py[cod]
*.egg-info/
.mypy_cache/
.pyright/
.pytest_cache/

# Build / distribution artifacts
build/
dist/
*.whl

# Virtual environments
.venv/
venv/
env/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
