# IDE
.idea/
.vscode/
*.iml

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

# Virtual environments
.venv/

