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

# Virtual environments
.venv/
venv/

# Build artifacts
dist/
build/

# IDE
.vscode/
.idea/
