# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ *.egg # IDE .idea/ .vscode/ *.swp *.swo # Environment .env .venv/ venv/ # OS .DS_Store Thumbs.db # Test artifacts *.log .pytest_cache/