# Ignore python cache
__pycache__

# Ignore python virtual environment
venv
.venv

# Ignore build results
dist/*

# Ignore coverage cache
.coverage
htmlcov

# Ignore backup files
*.bkp

# Ignore other utility files
yadopt_source_concatenated.txt
