# Python
*.pyc
/venv

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

# Eclipse
/.settings
/.project
/.pydevproject

# VSCode
/.ignore
/.vscode
