# Virtual environment
.venv/

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

# Environment
.env

# IDE
.idea/
.vscode/

# pytest
.pytest_cache/
htmlcov/
.coverage
