__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
.env
*.env

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# ruff / mypy
.ruff_cache/
.mypy_cache/

# IDE
.vscode/
.idea/
*.swp
