# Git .git .gitignore # Python __pycache__ *.py[cod] *$py.class *.so .Python venv/ .venv/ env/ .env *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp *.swo # Testing .pytest_cache/ .coverage htmlcov/ # OS .DS_Store Thumbs.db # Docs *.md !README.md # Local *.log *.tmp