# Python byte code files
*.pyc

# temporary wheel build directories
afdko.egg-info/
build/*
_skbuild/*
dist/*
.eggs/

# PyCharm directory
.idea/

# Visual Studio Code directory
.vscode/

# coverage data
# DO NOT use '.coverage*' because that matches '.coveragerc'
.coverage
.coverage.*
htmlcov
.pytest_cache
*.gcno
*.gcda
cov*.xml

# temp output dirs created during tests
**/temp_output

# macOS cruft
.DS_Store
