*~
.*.swp
build/
dist/
__pycache__

# tox testing stuff
.tox*
MANIFEST

# just ignore files marked local through their name
*[._]local[._]*

# setup.py installation files
src/rdiff_backup.egg-info/
.eggs/

# Windows build file
rdiff-backup.spec

# Pydev project file
/.project
/.pydevproject
/.externalToolBuilders/

# Jekyll static sites
_site/
Gemfile.lock
vendor/
# generated files
*.html
*.pdf

# test coverage files
.coverage*

# Profiling information
mprofile_*.dat

# Ignore Windows artefacts
*.dll
