# SPDX-FileCopyrightText: 2021 Mulliken, LLC <katie@mulliken.net>
#
# SPDX-License-Identifier: GPL-3.0-only

/test.py
/.idea/
/.scannerwork/
.venv
__pycache__
dist/
.dccache
.env

# Coverage reports
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Testing
.tox/
.nox/
.cache
nosetests.xml
coverage/

# Build artifacts
build/
*.egg-info/
*.egg

# IDE
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
.envrc
