# Python
__pycache__/
*.pyc
.venv/
.env

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

# IDE
.vscode/
.idea/

# Checks
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Coverage
htmlcov/
.coverage