# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Environments
.env
.venv/
venv/
ENV/
env/

# Packaging
build/
dist/
*.egg-info/
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checkers / tooling
.mypy_cache/
.dmypy.json
.pytype/
.cache/

# Editors / OS
.vscode/
.DS_Store

# Misc
.ipynb_checkpoints/
