# Python Cache Files
**/__pycache__/
# Python Virtual Environment
.venv
# Environment Settings
.env
# VSCode Settings
.vscode
# Temp Folder
.temp/
# Packaging
*.egg-info/
dist/
build/
