# general things to ignore
build/
dist/
*.egg-info/
*.egg
.eggs
*.py[cod]
__pycache__/
*.sw[po]
*~

# virtual environments
venv/
.env/

# unit test / coverage reports
htmlcov/
.nox/
.coverage
.coverage.*
coverage.xml
nosetests.xml

# testing
tests/*.db
tests/var
