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

# Virtual environments
.env/
.venv/
venv/
ENV/

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

# VSCode
.vscode/

# macOS
.DS_Store
