# Python cache
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
test-env/

# Coverage
.coverage
htmlcov/

# Build
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/

# Generated reports
output/

# Pytest
.pytest_cache/