# Ignore Python bytecode cache files __pycache__/ # Ignore pytest cache .pytest_cache/ # Ignore virtual environment folder venv/ # Ignore other common files *.pyc *.pyo *.pyd