# Ignore python cache
__pycache__

# Ignore python virtual environment
venv
.venv

# Ignore build results
dist/*

# Ignore coverage cache
.coverage
htmlcov

# ignore backup files
*.bkp
