# Python
__pycache__/
*.py[cod]
*.so

# Distribution / packaging
build/
dist/
*.egg-info/

# Testing
.coverage
.pytest_cache/
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Virtual environments
.venv/
venv/

# IDEs
.vscode/
.idea/
.DS_Store
