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

# Build
build/
dist/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
*~

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tool caches
.mypy_cache/
.ruff_cache/

# Publishing
.pypirc
