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

# Environment
.env
.env.*

# Lint / test / coverage
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
