# Python
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.venv/
.env

# Editors
.idea/
.vscode/