# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg

# uv
.venv/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
test-results.xml
htmlcov/
pytest.log
*.sarif

# All CI / build reports go here
.reports/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

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