1 2 3 4 5 6 7 8 9 10 11 12 13
# Ignore IDE and backup files. *~ .#* # Ignore Python artefacts. .eggs/ .pytest_cache/ __pycache__/ *.egg-info/ *.pyc # Ignore project temporary directory. tmp/