# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Environments
.venv/
venv/
ENV/

# Build
build/
dist/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
