# Pytest cache
__pycache__/
.pytest_cache/

# Coverage reports
.coverage
htmlcov/

# Temporary files
*.pyc
*.pyo
*.pyd
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/

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