# .gitignore
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.log
*.DS_Store
.env
.venv
.ipynb_checkpoints/
build/
dist/
