# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDEs
.mypy_cache
.vscode
.cursor

# Test files
allure-results
allure-report
*.zip

# Secrets
.pypirc
.env

# Coverage artifacts
.coverage
.coverage.*
coverage.xml
