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

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

# Virtual environments
.venv/
venv/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# IDE
.vscode/
.idea/

# macOS
.DS_Store

# Environment
.env
.env.*


# Misc
*.log
