# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ # Virtual environments venv/ .venv/ # Environment secrets .env # Test / cache .pytest_cache/ .coverage htmlcov/ # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db