# Python bytecode files __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ *.egg pip-wheel-metadata/ # Virtual environments venv/ .venv/ env/ ENV/ # Editor specific files .vscode/ .idea/ *.swp *.swo # OS specific files .DS_Store Thumbs.db # Logs and temporary files *.log tmp/ temp/