# Python __pycache__/ *.py[cod] *.egg-info/ dist/ .venv/ venv/ # Environment (secrets!) .env secrets.txt *.key *.pem # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Docker .docker/ # Test .pytest_cache/ htmlcov/ .coverage