# 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

# Editor
.vscode

# Vim swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Vim backup files
*~
