# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Lint / type checker caches
.ruff_cache/
.mypy_cache/

# Task runners
.tox/
.nox/

# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

# IDEs / editors
.idea/
.vscode/

# macOS
.DS_Store
