# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
pip-log.txt
pip-delete-this-directory.txt

# Virtual envs
.venv/
venv/
env/
ENV/

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Env / secrets
.env
.env.local
.env.*.local
*.pem
*.key

# Playwright
test-results/
playwright-report/
playwright/.cache/

# SendSprint output
.sendsprint/
sprint-*.json
arch-report-*.json
evidence/
