# Ignore temporary files from editors and Python.
*.pyc
*~
.#*

# Ignore build files.
docs/_build

# Ignore local tmp directory.
tmp/

# Ignore the file with credentials.
credentials.py