# Build / install artifacts
*.egg-info/
.eggs/
dist/
build/

# Bytecode
__pycache__/
*.py[cod]


# Dev artifacts
*/test.py

.env