# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

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

# Environments
.venv/
venv/
env/
.env
.env.*

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

# OS
Thumbs.db
.DS_Store

# Test reports
test-results/
coverage.xml
