# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ ENV/ env/ # Environment variables .env .env.local .env.*.local # Distribution / packaging dist/ build/ *.egg-info/ *.egg # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/