# bytecode cache
*.pyc
__pycache__/

# compilation artifacts
/build/
/dist/
/*.egg-info/

# editor artifacts
/.vscode/
/.vs/

# test caches
/.tox/
/.pytest_cache/
/.coverage
