# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ .venv/ venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Git .git/ .gitignore # Docker Dockerfile .dockerignore # Other *.log .pytest_cache/ .coverage htmlcov/