# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# env files
.env

# Pycharm
.idea/

# VSCode
.vscode/

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/

# Ruff
.ruff_cache/

# Pre-commit
.pre-commit-cache/
