# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
