.idea
.DS_Store
.coverage
.pytest_cache

# Virtual environments
.venv/
env/
venv/

# Build artifacts
build/
dist/
*.egg-info/

# Testing
tests/logs/
tests/htmlcov/
htmlcov/

# Python
*.pyc
__pycache__/
Pipfile
