# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment .env .env.local # Build build/ dist/ *.egg-info/ # Test .pytest_cache/ .coverage htmlcov/ # OS .DS_Store Thumbs.db # Logs *.log logs/