# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environment variables
.env

# IDE
.idea/
.vscode/


# Dependencies
.venv/
venv/

# Playground files
playground/