#Ignore config files
*.tml
*.toml

#ignore logs, reports, and notes
*.log
*.csv
*.txt
*.xls
*.xlsb
*.xlsm
*.xlsx

#Python
!pyproject.toml
.venv
__pycache__
build
*.egg-info
dist