# Ignore Python cache directories __pycache__/ # Ignore compiled Python files *.pyc # Ignore other Python artifacts *.py[cod] *$py.class