# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
env/

# Build / packaging
dist/
build/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/
