# Python
__pycache__/
*.py[cod]
*$py.class

# Environments
.env
.venv
venv/

# IDE
.vscode/
.idea/

# Build
dist/
*.egg-info/

# Cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local reference files
coverage*.json
nul
