# Distribution / Build
dist/
build/
*.egg-info/

# Python / Cache
__pycache__/
*.py[cod]
.pytest_cache/

# Virtual Env
.venv/
venv/
env/

# IDEs
.vscode/
.idea/