# Python Artifacts
__pycache__
__pycache__/
*.py[cod]
*$py.class
# Python virtualenvs
.venv/
.env/
# Editor config files
.idea/
*.code-workspace
*.vscode
# Poetry build artifacts
dist/