ignore*.*
ignore*/
__pycache__/
*.pyc 
.venv/
build/
dist/
*.egg-info/
*.egg
*.log
*.sqlite3
*.db
*.pdb
*.DS_Store

*.xlsx
output/
*.csv
*.json

