# Files to ignore by git

# Back-up files
*~
*.swp

# Generic auto-generated build files
*.pyc
*.pyo

# Specific auto-generated build files
/__pycache__
/build/
/dependencies/
/docs/_build
/dist/
/plaso.egg-info

# Test files
.coverage
tests-coverage.txt

# And don't care about the temporary code review file if it exists
._code_review_number
