# Ignore all __pycache__ directories
**/__pycache__/

# Ignore compiled Python files
*.py[cod]

venv/
log/
output/


bin/__pycache__/