# Python stuff
**/.venv
**/venv
**/__pycache__
**/*.egg-info
**/dist
**/build
.python-version

# IDE
**/.vscode

# Testing/temporary
**/data
