# IDEs
.vscode/
__debug_bin
.idea/
.DS_Store
.swp
*~

# Python cache files
__pycache__/
*.egg-info/

# Build artifacts
build/
dist/

.coverage
bin

coverage.xml
htmlcov/

# Documentation build
docs/_build/
