# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ *.egg MANIFEST # Virtual environments .venv/ venv/ ENV/ env/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # Testing / coverage .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ .tox/ # OS .DS_Store Thumbs.db # Local docs build site/ # Environment / secrets .env *.env