# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python *.egg-info .eggs *.egg dist build .venv venv ENV # IDE .idea .vscode *.swp # Docker Dockerfile* docker-compose* .docker # Misc *.md !README.md .coverage .pytest_cache htmlcov