# Environment
.env
.venv/

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

# Cache
.cache/
.pytest_cache/
.coverage

# IDE
.vscode/
.idea/

# Generated outputs
outputs/
