# Python
__pycache__/
*.py[cod]

# Distribution / Packaging
dist/

# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Testing
.coverage

# IDEs
.conda/
.idea/
.venv/
venv/

# OS
.DS_Store
