# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.python-version

# Build / dist
build/
dist/

# Tests / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
.DS_Store

# Secrets
.env
*.env
