# Python __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ # Virtual environments venv/ env/ .venv # PyCharm .idea/ .run # Testing .pytest_cache/ .coverage htmlcov/ coverage.xml # Lint / type checking .mypy_cache/ .ruff_cache/ # Environment variables .env .env.local # Docs build artifacts site # OS .DS_Store Thumbs.db # Temporary files *.swp *.swo *~ *.tmp # Credentials client_secret_*.json token.pickle credentials*.json