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

# Pytest cache
.pytest_cache/

# Coverage reports
.coverage
htmlcov/

# Virtual environments
venv/
env/
ENV/

# Test-specific resources
resources/tmp/