# Settings for home configuration
# use of absolute paths is recommended
src_dirs = '~'           # absolute path to directory to be backed up
excludes = '''
    ~/.cache
    **/*~
    **/__pycache__
    **/*.pyc
    **/.*.swp
    **/.*.swo
'''                      # list of files or directories to skip
