__pycache__/
*.py[cod]
*.pyc

dist/
build/
*.egg-info/

.idea/
.vscode/
*.swp
/venv/*

.DS_Store
Thumbs.db

.coverage
htmlcov/
*.log
.env