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

# Environment
.env

# Tests & coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
