# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging build/ dist/ *.egg-info/ *.egg .eggs/ # Virtual environments .venv/ venv/ env/ ENV/ # Test / coverage .pytest_cache/ .coverage coverage.xml htmlcov/ .tox/ # Type checkers / linters .mypy_cache/ .ruff_cache/ # IDEs .idea/ .vscode/ *.swp *.swo *~ .DS_Store # Credentials and local config credentials.yaml credentials.yml .env .env.local *.key *.pem *.p12 # OS specific Thumbs.db ehthumbs.db ._*