# Virtual Environment venv/ env/ ENV/ .venv # Python __pycache__/ *.py[cod] *.class *.so .Python # Distribution / packaging build/ dist/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db