# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/

# Build
dist/

# Testing
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store

# IDEs
.idea/
.vscode/
*.swp
