# Git
.git
.gitignore
.gitattributes

# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]

# Virtual environment
**/.env
**/.venv/
**/venv/

**/test_report/

target

