# Python files
*.py[cod]
__pycache__

# Local env
.env
.venv
env/
venv/

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