# Python cache __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ # Virtualenv .venv/ venv/ # Build metadata *.egg-info/ # Local env and logs .env *.log # OS .DS_Store