# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.env
.venv
venv/
ENV/
env/

# Testing & Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.cover
**/test_reports/*
.testmondata

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
.DS_Store?
._*
.Trashes

# Logs
*.log

# Cache
*.db
.cache/


*.code-workspace

user_testing/*
.alure/
todo.md

.claude/settings.local.json

workbench/**