# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tools
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store
