# ignore some usual virtual environments.
venv*

# Ignore files added by editors and OS.
*.swp
*.swo
*~
*.bak
.*.kate-swp
*.DS_Store

# Ignore files generated by build tools.
*.pyc
*.pyo
*.egg-info/
*.egg
.pc
/dist/

# Ignore files generated by coverage tools.
/.coverage
/.coverage.*
/.coverage.el
/coverage.xml

# Ignore files generated when running tests.
/tests/data/amlight.png
/tests/data/sdx.png
/tests/data/sdx-out.json
