# build environment
.*venv
.coverage
.coverage.xml
.results.xml

# editor files
.vscode/launch.json

# generated files
*.pyc
tests/output/*
benchmarks/*

# installation artifacts
dist
