# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.pytest_cache/

# Virtual environments
.venv/
venv/

# IDE/editor
.vscode/
.idea/

# OS
Thumbs.db
.DS_Store

