# Python files
*.py[cod]
__pycache__

# Local env
.env
.venv
/local*

# Other tools
dist
.ipynb_checkpoints
*.egg-info
.mypy_cache
.pytest_cache
