# Bytecode compilations
__pycache__

# Distribution / packaging
build/
dist/
sdist/

# VS code
.vscode/

# pytest
.pytest*/

# Environment
.venv/
venv/